Skip to main content

List deployments scoped to a single app, identified by slug. Equivalent to `deployments.list` filtered by `app_id`, but

GET 

/api/v1/apps/:app_slug/deployments

List deployments scoped to a single app, identified by slug. Equivalent to deployments.list filtered by app_id, but addressed via the app slug directly. The dashboard's app detail page uses this to render the deployments tab without requiring a prior app-id lookup.

Request

Responses

Success