Skip to content

GET /v1/durable/schedules/:schedule_id/stats - Get schedule statistics

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

Schedule ID

Schedule statistics

Schedule stats response

object
avg_duration_ms
integer | null format: int64
failed_executions
required
integer format: int64
last_execution_status
string | null
skipped_executions
required
integer format: int64
successful_executions
required
integer format: int64
total_executions
required
integer format: int64

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