Skip to content
Everruns
Search
Ctrl
K
Cancel
Recent
Suggested
Run an agent
Zero-to-running starter tutorial
Deploy with Docker Compose
The whole platform in one command
Capabilities catalog
Every built-in capability and its tools
API reference
OpenAPI reference for every endpoint
Event reference
Every event type and its payload
Environment variables
Configure the control plane and workers
GitHub
Select theme
Dark
Light
Auto
Get Started
Built-ins
Integrations
Tutorials
Explanation
Reference
Operations
Get Started
Built-ins
Integrations
Tutorials
Explanation
Reference
Operations
Explanation
Explanation
Core concepts
The agentic loop
Architecture
Durable execution
Events as the primary store
GitHub
Select theme
Dark
Light
Auto
Overview
durable-schedules
Section titled “durable-schedules”
Durable scheduled tasks management endpoints
Operations
Section titled “ Operations ”
GET
/v1/durable/executions/{execution_id}
GET
/v1/durable/schedules
POST
/v1/durable/schedules
GET
/v1/durable/schedules/{schedule_id}
DELETE
/v1/durable/schedules/{schedule_id}
PATCH
/v1/durable/schedules/{schedule_id}
GET
/v1/durable/schedules/{schedule_id}/executions
POST
/v1/durable/schedules/{schedule_id}/pause
POST
/v1/durable/schedules/{schedule_id}/resume
GET
/v1/durable/schedules/{schedule_id}/stats
POST
/v1/durable/schedules/{schedule_id}/trigger