List deployments
GET /deployments
GET
/deployments
Deployment pipeline tracker. Records service deployments across environments with lifecycle status (pending → running → success/failed/rolled_back/cancelled), duration and optional change-request linkage. Supports blue/green, rolling and canary strategies.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” pagination[page]
integer
pagination[pageSize]
integer
filters
Strapi REST filter syntax
object
sort
string
populate
string
Responses
Section titled “ Responses ”OK
object
data
Array
object
name
required
string
environment
required
string
service_name
required
string
version
string
strategy
string
traffic_split_pct
integer
rollback_on_error
boolean
status
string
deployed_by
string
started_at
string format: date-time
finished_at
string format: date-time
completed_at
string format: date-time
duration_seconds
integer
change_request_id
string
deployment_url
string
error_log
string
organisation
cloud_instance
documentId
string
id
integer
createdAt
string format: date-time
updatedAt
string format: date-time
publishedAt
string format: date-time
meta
object
pagination
object
page
integer
pageSize
integer
pageCount
integer
total
integer
Missing or invalid authentication
Not authorized (tenant scope or capability)