List deploys for a deployment
List deploys for a deployment
Path parameters
organizationId
The ID of the Organization to which the Deployment belongs.
deploymentId
The Deployment’s ID.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
offset
The number of results to skip before returning values.
limit
The maximum number of results to return.
Response
OK
deploys
A list of deploys in the current page.
limit
The maximum number of deploys in one page.
offset
The offset of the current page of deploys.
totalCount
The total number of deploys.