List deploys for a deployment

List deploys for a deployment

Path parameters

organizationIdstringRequired

The ID of the Organization to which the Deployment belongs.

deploymentIdstringRequired

The Deployment’s ID.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

offsetintegerOptional>=0Defaults to 0

The number of results to skip before returning values.

limitintegerOptional>=0<=1000Defaults to 20

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.

Errors