Skip to content

List deployments for an application

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

Retrieves all deployments across all versions of an application package.

id
required
string format: uuid

Application package UUID

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

Application not found