跳到主要内容
版本:v2.6.x

HttpImportListResponse

This interface describes the response returned by listImportJobs().

JavaScript
interface HttpImportListResponse

FIELDS:

  • code (number) -

    Specifies the HTTP API response code.

  • data.records (ImportJobType[]) -

    Lists import jobs with collection name, job ID, progress, and state.

  • message (string) -

    Specifies the response message.

Example

JavaScript
const records = response.data.records;