v1
latestOpenAPI 3.1.02026-07-2296226496.3 KBGet Job
Retrieve a job by its ID, including all job configurations, tasks, deliveries, and quotes. Pass compressed_payload=true by default — it drops the quotes and failedQuotes arrays and collapses advancedTask to just its id, which typically shrinks the response 10x+. Only omit it (or pass false) when the caller explicitly needs quote details: pricing, provider selection, or failed-dispatch error messages.
Path parameters
job id
job id
Query parameters
Return a slimmer job payload by excluding the full quotes and failedQuotes arrays and reducing advancedTask to just {id}. Prefer compressed_payload=true by default for status / ETA / tracking / cancellation flows — it can shrink responses by 10x+ on jobs that shopped many providers. Set to false (or omit) only when the caller needs quote data: pricing breakdowns, provider selection rationale, or failed-dispatch error messages.
Return a slimmer job payload by excluding the full quotes and failedQuotes arrays and reducing advancedTask to just {id}. Prefer compressed_payload=true by default for status / ETA / tracking / cancellation flows — it can shrink responses by 10x+ on jobs that shopped many providers. Set to false (or omit) only when the caller needs quote data: pricing breakdowns, provider selection rationale, or failed-dispatch error messages.
Response
OK