Jobs

Get job status by id

Show the status information of the given job id at last execution as well as other related information.

get/job/status/{job_id}

Path parameters

job_idinteger required

unique identifier of job

Example:19

the job id

Response

OK

job_idstring required

unique identifier of job

cpu_timeCpuTime required— unresolved $ref
created_atCreatedAt required— unresolved $ref
end_atEndAt required— unresolved $ref
durationDuration required— unresolved $ref
num_recordsNumRecords required— unresolved $ref
result_sizeResultSize required— unresolved $ref
start_atStartAt required— unresolved $ref
statusStatus required— unresolved $ref
updated_atUpdatedAt required— unresolved $ref

Changes

Changed in 1 of the 5 revisions of this API.22

  • a753ea35d9dd22See the full diff
    • the created_at response's property type/format changed from string/ to / for status 200

      response-property-type-changed

    • the updated_at response's property type/format changed from string/ to / for status 200

      response-property-type-changed

    • the created_at response's property pattern \d{4}-\d{2}-\d{2}\s\d{2}:\d{2}:\d{2}\s(([+-]\d{2}\d{2})|UTC) was removed for the status 200

      response-property-pattern-removed

    • the updated_at response's property pattern \d{4}-\d{2}-\d{2}\s\d{2}:\d{2}:\d{2}\s(([+-]\d{2}\d{2})|UTC) was removed for the status 200

      response-property-pattern-removed