Sample - GitHub REST API
GET/orgs/{org}/artifacts/metadata/deployment-record/cluster/{cluster}/jobs/{job_id}

Get cluster deployment records job status

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

  • RetriesRetries up to 2×, 500ms backoff, 30s timeout.

3 parameters
orgstringrequired
The organization name. The name is not case sensitive.
clusterstringrequired
The cluster name.
job_idintegerrequired
The ID of the job.

2 status codes
200Job status retrieved successfully.
job_idintegerrequired
The ID of the job.
statusstringrequired
The current status of the job.
Allowed:pendingprocessingcompletedfailed
started_atstringoptional
When the job started processing (only present when processing, completed, or failed).
total_countintegeroptional
The number of records successfully mutated (only present when completed).
errorsarray<object>optional
Processing errors (only present when completed or failed).
404Resource not found
messagestringoptional
documentation_urlstringoptional
urlstringoptional
statusstringoptional

Error handling

A 404 is returned: Resource not found.