List All Schedule Runs
GET
/v1/deployment_runsList durable DeploymentRun records across every Schedule, with optional Schedule, Agent, time, outcome, trigger, and error filters.
Query parameters
Filter by the underlying Schedule Deployment ID.
Filter by Agent ID.
Created strictly after this timestamp.
Created at or after this timestamp.
Created strictly before this timestamp.
Created at or before this timestamp.
Select runs with or without a recorded error.
Repeat or comma-separate values.
Repeat to select creation outcomes. Status is a filter but is not included in the response object.
Page size from 1 to 1000.
Default: 20
Opaque next_page cursor from the previous response.
API resource names
The product calls these Schedule runs. The compatibility API returns DeploymentRun objects with drun_* IDs.

