Skip to main content

Get a part

GET 

/parts/:id

Returns the part. 200 when ready or failed; 202 while Engine processing is in progress. currentProgramId is the selected/default program pointer for the part. Use GET /parts/{id}/programs as the canonical program collection. currentProgramId is null while processing or failed, and also when the part was created with autoCreateProgram: false (create a program yourself via POST /parts/{partId}/programs). When status is failed, failureCode and failureReason describe what went wrong; both are null otherwise.

Request

Responses

Part is ready or failed