v1

latestOpenAPI 3.1.02026-07-2296226496.3 KB
Job

Get 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.

get/v1/jobs/{id}

Path parameters

idstring required

job id

job id

Query parameters

compressedPayloadboolean nullable

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

idstring required

Job ID

createdAtstring required

Created at

portalUrlstring required

Portal URL

externalIdentifierstring nullable

External identifier

jobMetadataobject nullable

Job metadata

isActiveboolean required

Is the job active

isBatchboolean required

Is the job a batch

shortReferenceCodestring nullable

7-digit non-unique human-readable reference code for the job.

selectedConfigurationobject nullable

Selected configuration

jobSpecificationobject nullable

Job specification