Skip to main content

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.

Required scope: manufacturing:read

Grant 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_reason reflect whether the iteration can still be reversed (e.g. blocked by downstream consumption of its output layer).
  • output_fifo_layer is the single FIFO layer this iteration produced (nullable for outsourced or partial iterations).

Request

Responses

OK

Response Headers
    Content-Type