Skip to content

GET /job-assignment

Get Assignment List

GET
/job-assignment

Fetch the current job assignment state grouped by operator.

Returns operators with their assigned jobs and the list of unassigned
jobs, as produced by the GET_ASSIGNMENT_LIST AQL query. Optionally
filtered by a specific user key.

Emits: (read-only — no event)
Required scope: production:job: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

Query Parameters

user_key

Responses

Successful Response

application/json
JSON
{
  
"status": 200,
  
"message": "string",
  
"detail": "string"
}

Samples

Powered by VitePress OpenAPI

Released under the Apache 2.0 License.