GET
/
agents
/
{agentName}
/
deployments
/
{environmentName}
/
history
/
{requestId}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

agentName
string
required

Name of the agent

environmentName
string
required

Name of the environment

requestId
string
required

Request ID

Response

200 - application/json

Agent deployment history

created_at
string

The date and time when the resource was created

created_by
string

The user or service account who created the resource

updated_at
string

The date and time when the resource was updated

updated_by
string

The user or service account who updated the resource

agent
string

Agent name

end
string

End time

environment
string

Environment name

events
object[]

Events

request_id
string

Request ID

start
string

Start time

status
string

Status, eg: running, success, failed

took
integer

Number of milliseconds it took to complete the event

workspace
string

The workspace the agent deployment belongs to