v1

latestOpenAPI 3.1.02026-07-226168131.5 KB
Deployments (v2)

List Revisions

List all revisions for a deployment.

get/v2/deployments/{deployment_id}/revisions

Path parameters

deployment_idstring uuid required

Query parameters

limitinteger

Maximum number of resources to return.

Maximum number of resources to return.

offsetinteger

Pagination offset. Pass this value to subsequent requests to fetch the next page of resources.

Pagination offset. Pass this value to subsequent requests to fetch the next page of resources.

statusstring nullable

Comma separated list of revision status (CREATING, QUEUED, AWAITING_BUILD, BUILDING, AWAITING_DEPLOY, DEPLOYING, CREATE_FAILED, BUILD_FAILED, DEPLOY_FAILED, DEPLOYED, SKIPPED, INTERRUPTED, UNKNOWN) fields to filter by.

Comma separated list of revision status (CREATING, QUEUED, AWAITING_BUILD, BUILDING, AWAITING_DEPLOY, DEPLOYING, CREATE_FAILED, BUILD_FAILED, DEPLOY_FAILED, DEPLOYED, SKIPPED, INTERRUPTED, UNKNOWN) fields to filter by.

remote_reconciledboolean nullable

Flag to filter by remote reconciled revisions.

Flag to filter by remote reconciled revisions.

Response

Successful Response

offsetinteger required

Pagination offset. Pass this value to subsequent requests to fetch the next page.