v1

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-05-044743166.6 KB
deployments

List deployments

List deployments for the authenticated environment, ordered by most recent first.

get/api/v1/deployments

Query parameters

page[after]string

The deployment ID to start the search from, to get the next page.

page[size]integer

The number of deployments to return (default 20, min 5, max 100).

status'PENDING' | 'BUILDING' | 'DEPLOYING' | 'DEPLOYED' | 'FAILED' | 'CANCELED' | 'TIMED_OUT'

Filter deployments by status.

periodstring

Filter deployments created within this period (e.g. 1d, 7d, 3h).

fromstring

Filter deployments created on or after this date (ISO 8601).

tostring

Filter deployments created on or before this date (ISO 8601). Only applied when from is also provided.

Response

Successful request