v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
DORA Metrics

Get a deployment event

Use this API endpoint to get a deployment event.

get/api/v2/dora/deployments/{deployment_id}

Path parameters

deployment_idstring required

The ID of the deployment event.

Response

OK

Example response

{
  "data": {
    "attributes": {
      "custom_tags": [
        "language:java",
        "department:engineering",
        "region:us-east-1"
      ],
      "env": "production",
      "finished_at": "2023-08-31T14:26:24Z",
      "git": {
        "commit_sha": "66adc9350f2cc9b250b69abddab733dd55e1a588",
        "repository_id": "github.com/organization/example-repository"
      },
      "service": "shopist",
      "started_at": "2023-08-31T14:26:14Z",
      "team": "backend",
      "version": "v1.12.07"
    },
    "id": "4242fcdd31586083",
    "type": "dora_deployment"
  }
}