latestOpenAPI 3.1.02026-08-1076186318.8 KB

ab648a80ca4d

Application Deployments

Get application deployment details

get/applications/deployments/{deployment_id}

Path parameters

deployment_idstring required
Example:54fb80af-576c-4fdc-ba4f-b596c83f15a1

Response

Response object of application deployment by ID requests

Example response

{
  "deployment": {
    "id": "54fb80af-576c-4fdc-ba4f-b596c83f15a1",
    "app_id": "54fb80af-576c-4fdc-ba4f-b596c83f15a1",
    "repo_url": "http://example.com",
    "branch": "main",
    "commit_sha": "54fb80af-576c-4fdc-ba4f-b596c83f15a1",
    "author_login": "john-doe",
    "author_img": "http://example.com",
    "commit_message": "docs: example",
    "status": "success",
    "created_at": 1665382600770
  }
}