List programs for a part
GET/parts/:partId/programs
Lists lightweight metadata for programs associated with a part owned by the authenticated team. This is the canonical program collection for a part.
Request
Responses
- 200
- 400
- 401
- 404
- 429
- 500
Programs associated with the part
Invalid request
Missing or invalid bearer token
Resource not found
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