List Operation Templates
GET/api/manufacturing/operation-templates
List operation templates — the reusable operations (cuts, punches, finishing steps) that bills of materials pick from instead of re-typing each operation.
manufacturing:readGrant this scope to your token under Settings → Developer → Personal Access Tokens.
Authentication: Requires Bearer token.
Filters: filter[search] (name or instructions), filter[operation_type], filter[cost_classification], filter[work_center_id], filter[is_active]. Text and numeric columns also accept operator-suffixed variants (e.g. filter[name.contains], filter[cost_per_hour.greater_than]). Allowed sorts: id, name, operation_type, time_minutes, cost_per_hour, fixed_cost, is_active, created_at, updated_at. Pagination: page, per_page (default 10).
Each row includes used_on_boms_count — the number of distinct non-archived BOMs with an operation of the same name. Templates are prefill sources: BOMs keep their copied values, so this is a name-match count.
Request
Responses
- 200
- 401
- 403
- 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.
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.