Skip to main content

describe

This operation gets the status of a single external-collection refresh job.

Description

Gets the current status and details for one external-collection refresh job. Pass the jobId returned by zilliz external-collection refresh trigger.

Synopsis

bash
zilliz external-collection refresh describe
--job-id <value>

Options

  • --job-id (integer) -

    [REQUIRED]

    Specifies the refresh job ID, returned by trigger.

Example

bash
zilliz -o json external-collection refresh describe --job-id 123456

# Example output
# {
# "jobId": 123456,
# "status": "RUNNING"
# }
Minimum SDK versionv1.4.x
Ctrl I