Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 408 Bytes

job_status.md

File metadata and controls

26 lines (15 loc) · 408 Bytes

Job Status

Gets the status of a submitted query given its ID.

URL: /job/status/:id{[0-9]+}

METHOD: GET

Success Response

Condition: Job is found.

Code: 200 OK

Content:

{"job-status": [STRING ["completed" | "failed" | "pending"]]
 "failure":    [STRING Failure message] // OPTIONAL}

Error Response

Condition: Job is not found.

Code: 404 Not Found