Get

Retrieves a single OperationsTask by id. | authz: min_org_role=operator | () -> (OperationsTask1)

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

task_idstringRequired

Response

Successful Response
_idstring
descriptionstring<=8192 characters
order_idstring
order_short_idstring
org_idstring

Must be a string starting with org_

schema_versioninteger
task_typeenum

Coarse functional buckets a dispatcher batch-processes (powers the per-type functional-queue index). Granular SOP specifics live in the Task’s title/description, not here.

Ordered roughly along the shipment lifecycle (review -> research -> book -> track/verify -> contact -> billing). The buckets are the distinct modes of work an operator sits down and batches; the exact SOP step (e.g. “Send Shipping Label”, “CBC Call”, “Get Pack Time”) is captured in the title.

Contact is split by who (customer, agent, airline, other), not by channel (call vs. email) — the recipient is what a dispatcher batches around, and the channel is captured in title/description detail.

titlestring<=512 characters
assigned_user_idslist of strings
commentslist of objects
completed_at_timestampdatetime or null
completed_by_user_idstring or null

Must be a string starting with user_

deadline_timestampdatetime
department_idstring or null
order_off_chrt_reference_idstring or nullformat: "^[A-Za-z0-9._~\-]{1,64}$"1-64 characters

Must be a URL-safe string of 1-64 characters. Allowed characters: A-Z, a-z, 0-9, ’.’, ’_’, ’~’, ’-’ (RFC 3986 unreserved).

source_task_list_idstring or null
statusenum

Operator-driven lifecycle of an operations task.

Manually driven by operators for now (no automatic transitions). Kept structurally parallel to the Check status model in anticipation of the eventual Task <-> Check merge.

Errors

422
Operations Tasks Get V1request Unprocessable Entity Error