Skip to main content
GET
/
api
/
rpa
/
runs
/
{run_id}
/
logs
Get RPA execution logs
curl --request GET \
  --url https://api.getgranite.ai/api/rpa/runs/{run_id}/logs
{
  "run_id": "<string>",
  "trace": [
    {}
  ],
  "statistics": {},
  "created_at": "<string>"
}

Path Parameters

run_id
string
required

Query Parameters

processed
boolean
default:true

Get processed trace with bounding boxes

Response

Successful Response

RPA execution trace (NO script content)

run_id
string
required

RPA run identifier

trace
Trace · object[]
required

Execution trace events

statistics
Statistics · object

Trace statistics

created_at
string | null

Creation timestamp