GET /job
Get Job List
GET
/job
Return a filtered list of jobs with their assigned operator details.
Filters by any combination of job key(s), work order key(s), and phase
key(s). Each result is merged with the resolved User document for the
assignee. Returns an empty list if no jobs match.
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
job_key
Type
array
work_order_key
Type
array
phase_key
Type
array
Responses
Successful Response
application/json
JSON "status": 200, "message": "string", "detail": "string"
{
}