Typescript (SDK)
Deployments
List deployments
Returns the deployment history for a site, newest first. Rows are append-only — each push to production, rollback, or unpublish records a deployment. Use this to track build status and find the deployment currently serving production traffic (is_live).
GET
Typescript (SDK)
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
Required range:
1 <= x <= 100
