Skip to content

GET /queue/site/

Get Site Queue

GET
/queue/site/{site_key}

Fetch the work order queue for a given site.

Executes GET_SITE_WORK_ORDER_DATA and returns the ordered list of work
orders currently in the site-level queue, enriched with job and progress data.

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

site_key*
Type
string
Required

Responses

Successful Response

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

Samples

Powered by VitePress OpenAPI

Released under the Apache 2.0 License.