List deploys
GET {{baseUrl}}/services/:serviceId/deploys?createdBefore=<dateTime>&createdAfter=<dateTime>&updatedBefore=<dateTime>&updatedAfter=<dateTime>&finishedBefore=<dateTime>&finishedAfter=<dateTime>&cursor=<string>&limit=20
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| createdBefore | string | Filter for deploys created before a certain time (specified as an ISO 8601 timestamp) | |
| createdAfter | string | Filter for deploys created after a certain time (specified as an ISO 8601 timestamp) | |
| updatedBefore | string | Filter for deploys updated before a certain time (specified as an ISO 8601 timestamp) | |
| updatedAfter | string | Filter for deploys updated after a certain time (specified as an ISO 8601 timestamp) | |
| finishedBefore | string | Filter for deploys finished before a certain time (specified as an ISO 8601 timestamp) | |
| finishedAfter | string | Filter for deploys finished after a certain time (specified as an ISO 8601 timestamp) | |
| cursor | string | Cursor to begin retrieving entries for this query | |
| limit | number | Max number of items that can be returned | 
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Accept | string | 
RESPONSES
status: OK
[{"deploy":{"id":"\u003cstring\u003e","commit":{"id":"\u003cstring\u003e","message":"\u003cstring\u003e","createdAt":"\u003cdateTime\u003e"},"image":{"ref":"\u003cstring\u003e","sha":"\u003cstring\u003e","registryCredential":"\u003cstring\u003e"},"status":"live","trigger":"rollback","finishedAt":"\u003cdateTime\u003e","createdAt":"\u003cdateTime\u003e","updatedAt":"\u003cdateTime\u003e"},"cursor":"\u003cstring\u003e"},{"deploy":{"id":"\u003cstring\u003e","commit":{"id":"\u003cstring\u003e","message":"\u003cstring\u003e","createdAt":"\u003cdateTime\u003e"},"image":{"ref":"\u003cstring\u003e","sha":"\u003cstring\u003e","registryCredential":"\u003cstring\u003e"},"status":"deactivated","trigger":"new_commit","finishedAt":"\u003cdateTime\u003e","createdAt":"\u003cdateTime\u003e","updatedAt":"\u003cdateTime\u003e"},"cursor":"\u003cstring\u003e"}]