Skip to main content
GET
/
deployment-history
/
{deployment_id}
{
  "id": "<string>",
  "agent_id": "<string>",
  "author_name": "<string>",
  "author_email": "<string>",
  "branch_name": "<string>",
  "build_timestamp": "2023-11-07T05:31:56Z",
  "deployment_timestamp": "2023-11-07T05:31:56Z",
  "commit_hash": "<string>"
}

Path Parameters

deployment_id
string
required

Response

Successful Response

API schema for deployment history.

id
string
required

The unique identifier of the deployment record

agent_id
string
required

The ID of the agent this deployment belongs to

author_name
string
required

Name of the commit author

author_email
string
required

Email of the commit author

branch_name
string
required

Name of the branch

build_timestamp
string<date-time>
required

When the build was created

deployment_timestamp
string<date-time>
required

When this deployment was first seen in the system

commit_hash
string
required

Git commit hash for this deployment

I