Get Job

GET
/v1/jobs/:job_id

Get the status of a job.

Path parameters

job_idstringRequired

Response

Successful Response

created_by_idstringOptional

The id of the user that made this object.

last_updated_by_idstringOptional

The id of the user that made this object.

created_atdatetimeOptionalDefaults to 1970-01-01T00:00:00.000Z

The timestamp when the object was created.

updated_atdatetimeOptionalDefaults to 1970-01-01T00:00:00.000Z

The timestamp when the object was last updated.

statusenumOptional
Allowed values: createdrunningcompletedfailedpending

The status of the job.

completed_atdatetimeOptionalDefaults to 1970-01-01T00:00:00.000Z

The unix timestamp of when the job was completed.

metadata_map from strings to anyOptional

The metadata of the job.

idstringOptionalformat: "^job-[a-fA-F0-9]{8}"

The human-friendly ID of the Job

user_idstringOptional

The unique identifier of the user associated with the job.

Errors