v56

latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-08-011,4581,08113.3 MB
orgs

Get cluster deployment records job status

Get the status and results of a previously created cluster deployment records job.

get/orgs/{org}/artifacts/metadata/deployment-record/cluster/{cluster}/jobs/{job_id}

Path parameters

orgstring required

The organization name. The name is not case sensitive.

clusterstring required

The cluster name.

job_idinteger required

The ID of the job.

Response

Job status retrieved successfully.

job_idinteger required

The ID of the job.

status'pending' | 'processing' | 'completed' | 'failed' required

The current status of the job.

started_atstring date-time

When the job started processing (only present when processing, completed, or failed).

total_countinteger

The number of records successfully mutated (only present when completed).

errorsobject[]

Processing errors (only present when completed or failed).