List deployments
Deployment history for a site, newest first. Append-only — each push to production, rollback or unpublish records a deployment; is_live marks the one serving production traffic.
stages lists the pipeline stages the deploy entered, oldest first, each with name (provisioning, fetching, attaching, installing, building, checking, migrating, deploying, verifying, restoring), status (active, succeeded, failed, canceled), details, started_at, finished_at and duration_seconds. current_stage is the open one, null once the deploy ends. elapsed_seconds counts up while it runs; duration_seconds is null until it ends. log is null here — use the logs endpoint.
Reading this endpoint terminalizes deploys whose build worker died without reporting a result.
Authorizations
API key in the format: Bearer {api_token}
Path Parameters
The resource ID (e.g., "prod_abc123") or slug (e.g., "my-product")
Query Parameters
Cursor for pagination — the ID of the last item in the previous page
Items per page
1 <= x <= 100
