v50

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-285553225.5 KB
Simulation Run Plan Job

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.

get/v1/simulation/plan/jobs

Query parameters

limitinteger

Maximum number of plan jobs to return (default: 20, max: 50)

Example:20
afterstring uuid

Cursor for pagination - use the nextCursor value from a previous response

Example:550e8400-e29b-41d4-a716-446655440000
status'PENDING' | 'QUEUED' | 'CREATING_SNAPSHOTS' | 'CREATING_SIMULATIONS' | 'RUNNING_SIMULATIONS' | 'COMPLETED' | 'FAILED' | 'TIMED_OUT' | 'CANCELLED' | 'CANCELLING' | 'ENDING_SIMULATIONS'

Filter by plan job status (PENDING, CREATING_SNAPSHOTS, CREATING_SIMULATIONS, RUNNING_SIMULATIONS, ENDING_SIMULATIONS, COMPLETED, FAILED, TIMED_OUT, CANCELLED, CANCELLING)

Example:COMPLETED
simulationRunPlanIdstring uuid

Filter by simulation run plan ID

Example:550e8400-e29b-41d4-a716-446655440000
labelIdstring uuid

Filter by label ID attached to the plan job. Use this if you know the label ID.

Example:550e8400-e29b-41d4-a716-446655440000
labelNamestring

Filter by label name attached to the plan job. More user-friendly alternative to labelId. Case-insensitive.

Example:production-ready

Response

Paginated list of simulation plan jobs