List simulation plan jobs
Returns a paginated list of simulation run plan jobs. Filter by status, plan ID, or label to find specific simulation batches.
Query parameters
Maximum number of plan jobs to return (default: 20, max: 50)
Cursor for pagination - use the nextCursor value from a previous response
Filter by plan job status (PENDING, QUEUED, CREATING_SNAPSHOTS, CREATING_SIMULATIONS, PREPARING_CAPACITY, RUNNING_SIMULATIONS, COMPLETED, FAILED, TIMED_OUT, CANCELLED, CANCELLING, ENDING_SIMULATIONS)
Filter by simulation run plan ID
Filter by label ID attached to the plan job. Use this if you know the label ID.
Filter by label name attached to the plan job. More user-friendly alternative to labelId. Case-insensitive.
Response
Paginated list of simulation plan jobs
Changes
Changed in 2 of the 105 revisions of this API.101
- ●
added the new
PREPARING_CAPACITYenum value to thedata/items/statusresponse property for the response status200response-property-enum-value-added
- ○
added the new enum value
PREPARING_CAPACITYto thequeryrequest parameterstatusrequest-parameter-enum-value-added
- ●
- ●
added the new
SYSTEMenum value to thedata/items/triggeredByresponse property for the response status200response-property-enum-value-added
- ●
added the new
conflictenum value to thetyperesponse property for the response status401response-property-enum-value-added
- ●
added the new
conflictenum value to thetyperesponse property for the response status403response-property-enum-value-added
- ●
added the new
conflictenum value to thetyperesponse property for the response status429response-property-enum-value-added
- ●
added the new
conflictenum value to thetyperesponse property for the response status500response-property-enum-value-added
- ●
added the new
payment_requiredenum value to thetyperesponse property for the response status401response-property-enum-value-added
- ●
added the new
payment_requiredenum value to thetyperesponse property for the response status403response-property-enum-value-added
- ●
added the new
payment_requiredenum value to thetyperesponse property for the response status429response-property-enum-value-added
- ●
added the new
payment_requiredenum value to thetyperesponse property for the response status500response-property-enum-value-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●