Skip to content

GET /v1/durable/schedules/:schedule_id/executions - List schedule executions

GET
/v1/durable/schedules/{schedule_id}/executions
schedule_id
required
string format: uuid

Schedule ID

status
string

Filter by status

offset
integer format: int32

Pagination offset

limit
integer format: int32

Pagination limit

List of executions

Schedule executions list response

object
data
required
Array<object>

Schedule execution response

object
completed_at
string | null format: date-time
created_at
required
string format: date-time
duration_ms
integer | null format: int32
error
string | null
id
required
string format: uuid
schedule_id
required
string format: uuid
scheduled_at
required
string format: date-time
started_at
required
string format: date-time
status
required
string
task_id
string | null format: uuid
workflow_id
string | null format: uuid
total
required
integer

Schedule not found

Standard error response for API endpoints.

object
error
required

Error message describing what went wrong.

string

Internal server error

Standard error response for API endpoints.

object
error
required

Error message describing what went wrong.

string