Deployments

List recent deploys for an application

Returns the deploy log for the application as a 2-D array: each inner array is one deploy's lifecycle (pendingclonecommitrestartingsuccess). Every event carries a derived source (git when produced by a webhook or GitHub App push, upload otherwise). Empty array when no deploys have been recorded.

get/v2/apps/{appId}/deployments

Path parameters

appIdstring required

Application identifier. Optionally suffixed with -<workspaceId> to act on a workspace-shared application.

Response

Recent deploys grouped by deploy attempt.

status'success' required

Changes

No recorded changes to this endpoint across all 1 revision of this API.