Skip to content

List deployments for a specific version

GET
/api/v1/applications/{id}/versions/{version}/deployments
curl --request GET \
--url http://localhost:3000/api/v1/applications/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/versions/example/deployments \
--header 'X-API-Key: <X-API-Key>'

Retrieves deployments for a specific version of an application.

id
required
string format: uuid

Application package UUID

version
required
string

Version string

limit
number

Max items to return (default 20)

offset
number

Number of items to skip (default 0)

Deployments retrieved successfully

Forbidden — caller lacks required permission