v8

latestOpenAPI 3.0.0Apache 2.0raw.githubusercontent.com2025-10-165266542.4 MB
DigitalOcean-public.v2-new_Apps

List App Deployments

List all deployments of an app.

get/v2/apps/{app_id}/deployments

Path parameters

app_idstring required

The app ID

Query parameters

pageinteger

Which 'page' of paginated results to return.

per_pageinteger

Number of items returned per page

deployment_typesstring[]

Optional. Filter deployments by deployment_type

  • MANUAL: manual deployment
  • DEPLOY_ON_PUSH: deployment triggered by a push to the app's repository
  • MAINTENANCE: deployment for maintenance purposes
  • MANUAL_ROLLBACK: manual revert to a previous deployment
  • AUTO_ROLLBACK: automatic revert to a previous deployment
  • UPDATE_DATABASE_TRUSTED_SOURCES: update database trusted sources
  • AUTOSCALED: deployment that has been autoscaled

Response

A JSON object with a deployments key. This will be a list of all app deployments