Skip to content

GET /task/

Get Task Data

GET
/task/{task_key}

Return full task data with linked entity references.

Executes Queries.GET_TASK_DATA to fetch the Task document identified
by task_key together with its graph links to issues, work orders, products,
serials, and other tasks. Returns the raw AQL result dict.

Emits: (direct transaction — no event class)

Required scope: collaboration:task:read

Authorizations

OAuth2PasswordBearer
password Flow
Token URL"/api/auth"
Scopes:
  • "admin"User can access and edit users and system settings
  • "library"User can access and edit products
  • "production"User can access and edit production plans
  • "operator"User can access the operator panel and make production declarations

Parameters

Path Parameters

task_key*
Type
string
Required

Responses

Successful Response

application/json
JSON
{
  
"additionalProperties": "string"
}

Samples

Powered by VitePress OpenAPI

Released under the Apache 2.0 License.