Job Status Parameters
Attribute | Description | Type |
---|---|---|
status | Current status of the job, includes | String |
job_id | System-generated unique identifier for the asynchronous enrichment change job. | String |
start_time | Unix epoch time in seconds when the job started. | Integer |
end_time | Unix epoch time in seconds when the job completed. | Integer |
Sample Object
{ "status": "done", "job_id": "c750243a-39dd-4666-bf0c-f8715e19eb96_1662894455_indexcsv", "start_time": 1662894455, "end_time": 1662894462 }