Get Production Iteration
GET/api/manufacturing/production-iterations/:id
Returns a single production iteration with all relations eagerly loaded (manufacturing order, created_by user, reversed_by user) plus the output FIFO layer expanded. Backs the standalone Production Iteration detail page.
manufacturing:readGrant this scope to your token under Settings → Developer → Personal Access Tokens.
Path parameters:
moProductionIteration(string, UUID) — the iteration's UUID primary key. Iteration IDs are globally unique so no MO scope is required.
Notes:
reversible/non_reversible_reasonreflect whether the iteration can still be reversed (e.g. blocked by downstream consumption of its output layer).output_fifo_layeris the single FIFO layer this iteration produced (nullable for outsourced or partial iterations).
Request
Responses
- 200
- 401
- 403
- 404
- 429
OK
Response Headers
Unauthenticated — the bearer token is missing, revoked, expired, or malformed. Never retry automatically; fix the credential. See the Errors guide.
Forbidden — the token lacks a required scope, the endpoint is not available to API tokens, or the user behind the token lacks the permission. A human must adjust the token scopes or user permissions; do not retry.
Not Found
Response Headers
Rate limited — platform limit is 1,000 requests/min; individual tokens may carry lower limits. Honor the Retry-After header before retrying. See the Rate Limits guide.