EnterpriseAPI Reference
Get agent status
Get the current status of an agent run. Requires Administrator scope.
AuthorizationBearer <token>
In: header
Path Parameters
run_idstring
The unique identifier of the agent run
Response Body
curl -X GET "https://api.gitar.ai/v1/external/runs/string"{
"branch_name": "string",
"created_at": "string",
"repository": {
"data": {
"owner": "string",
"repo": "string"
},
"platform": "github"
},
"run_id": "string",
"status": "string",
"updated_at": "string"
}Empty
Empty
Empty
{
"message": "string"
}