Check job status by UUID

Retrieves the current status of an asynchronous job by providing the job UUID and payload hash. This endpoint is used to poll for job completion status after submitting a case file creation request. The endpoint is rate-limited to 20 requests per minute per submission. No authentication is required as the UUID and payload hash provide the necessary security.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Job identification information including UUID and payload hash for verification.

uuid
required

The UUID of the job to check. This is returned when the job is created.

string
required

The SHA-256 hash of the payload. This is returned when the job is created and is used to verify the request authenticity.

Responses

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json