getImportJobProgress()

This operation gets progress for an HTTP import job. Use it to poll job state, imported row count, file details, and failure reason.

await milvusClient.getImportJobProgress(params: HttpImportProgressReq)

Request Syntax

await milvusClient.getImportJobProgress({
    jobId: string,
    dbName?: string,
})

PARAMETERS:

  • jobId (string) -

    [REQUIRED]

    Specifies the import job ID returned by createImportJobs().

  • dbName (string) -

    Specifies the database name.

RETURNS:

Promise

Example

const progress = await milvusClient.getImportJobProgress({
    jobId: 'job-1234567890',
});

Try Managed Milvus for Free

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

Get Started
Feedback

Was this page helpful?