List of deployments













Workflows Deployments Endpoints
List Deployments
GET /v1/workflows/deployments
Playground
Test the endpoints live
Get Deployment
GET /v1/workflows/deployments/{name}
Playground
Test the endpoints live
Get Deployment Logs
GET /v1/workflows/deployments/{name}/logs
Retrieve logs for a deployment (across all of its workers).
Use after/before/order on the first request to set the time range and sort order; for
the next pages pass the cursor from the previous response (it remembers the range and order).
Playground
Test the endpoints live
Stream Deployment Logs
GET /v1/workflows/deployments/{name}/logs/stream
Stream logs for a deployment (all of its workers) via SSE.
Resume cursor comes from the Last-Event-ID header or last_event_id query param (header wins)
and takes precedence over after; omit all to tail from the deployment start.
Playground
Test the endpoints live











