List deploys for a deployment

GET

List deploys for a deployment

Path parameters

organizationIdstringRequired

The ID of the Organization to which the Deployment belongs.

deploymentIdstringRequired

The Deployment’s ID.

Query parameters

offsetintegerOptional>=0

The number of results to skip before returning values.

limitintegerOptional>=0<=1000

The maximum number of results to return.

Response

OK

deployslist of objects

A list of deploys in the current page.

limitinteger

The maximum number of deploys in one page.

offsetinteger

The offset of the current page of deploys.

totalCountinteger

The total number of deploys.

Built with