List cut configs
GET/cut-configs
Returns the cut configs available to the authenticated team, including team-owned configs and generic read-only configs. Use an id from this list as cutConfigId when creating one program via POST /parts/{partId}/programs, or as an entry in cutConfigIds when creating a part that should auto-create multiple programs.
Responses
- 200
- 401
- 429
- 500
Available cut configs
Missing or invalid bearer token
Rate limit exceeded
Response Headers
Retry-After
Seconds to wait before retrying. Guaranteed on application-limited responses (POST /parts and POST /parts/{partId}/programs); may be absent on infrastructure-level 429s from other endpoints.
Unexpected server error