List tool jobs

Newest first, 20 per page. Same polling shape /v5/images uses — Zapier / integration triggers can dedupe by uid and stop once they see a known one.

get/tool_jobs

Query parameters

pageinteger

Response

Paginated list of tool jobs (any tool_type, any status). outputs shape varies per-tool — see each tool's POST endpoint.

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.