Skip to main content
GET
List Deployments
string
required
The API key for your account. You can find this in your account settings.
Use this endpoint to inspect what happened during recent deploys: each inner array captures one deploy attempt’s lifecycle, moving through pending, clone (Git-driven deploys only), commit, restarting, and success states. Every event carries a derived source field: git when the deploy came from a webhook or GitHub App push, upload when it came from a zip upload or a Commit Application call. The deploy log comes from a short-lived cluster cache, so it only reflects the application’s most recent activity and returns an empty array once nothing remains recorded. To check the currently configured Git integration instead of past deploy attempts, see Get Current Deployment.

Parameters

string
required
The ID of the application. You can find this in the URL of your application’s dashboard.

Response

string
Indicates whether the call was successful.. success if successful, error if not.
array
The contents of the response.