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
schema_versioninteger
order_idstring
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 + tags, 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 a title/tag detail.

titlestring<=512 characters
descriptionstring<=8192 characters
_idstring
org_idstring

Must be a string starting with org_

deadline_timestampdatetime
tagslist of strings
assigned_user_idslist of strings
department_idstring or null
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.

completed_at_timestampdatetime or null
completed_by_user_idstring or null

Must be a string starting with user_

commentslist of objects

Errors

422
Operations Tasks Get V1request Unprocessable Entity Error