HttpImportListResponse

This interface describes the response returned by listImportJobs().

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

const records = response.data.records;

Try Managed Milvus for Free

Zilliz Cloud is hassle-free, powered by Milvus and 10x faster.

Get Started
Feedback

Was this page helpful?