Get a tool job

Poll the status and outputs of a tool run. The outputs object's shape depends on which tool created the job — refer to the tool's POST endpoint for the concrete keys.

get/tool_jobs/{uid}

Path parameters

uidstring required

Response

Tool job details

uidstring
toolstring

Tool slug that dispatched this job

status'pending' | 'running' | 'completed' | 'failed'

pending → running → completed / failed

progressinteger

0-100 job progress, 100 once completed

inputsobject

Inputs the job was created with

outputsobject

Tool-specific output. Shape depends on the tool — see each tool's POST endpoint for the concrete keys.

metadatastring nullable

Arbitrary metadata string round-tripped from the create request

selfstring uri
created_atstring date-time
completed_atstring date-time nullable
error_messagestring nullable

Human-readable failure reason (only present on failed jobs)

Changes

No recorded changes to this endpoint across all 1 revision of this API.