Skip to main content
GET
/
api
/
agent-runs
/
{run_id}
Get Agent Run
curl --request GET \
  --url https://api.getgranite.ai/api/agent-runs/{run_id}
{
  "run_id": "<string>",
  "status": "<string>",
  "progress": {},
  "created_at": "2023-11-07T05:31:56Z",
  "reserved_vm_id": "<string>",
  "completed_at": "2023-11-07T05:31:56Z"
}

Path Parameters

run_id
string
required

Response

Successful Response

Agent run progress information

run_id
string
required

Agent run ID

status
string
required

Run status

progress
Progress · object
required

Progress information

created_at
string<date-time>
required

Creation timestamp

reserved_vm_id
string | null

Reserved VM ID

completed_at
string<date-time> | null

Completion timestamp