cURL
curl --request GET \ --url https://api.getgranite.ai/api/agent-runs/{run_id}/trace
{ "agent_run_id": "<string>", "rpa_run_id": "<string>", "message_trace": [ { "source": "<string>", "event_type": "<string>", "timestamp": "<string>", "content": "<string>", "details": {} } ], "screenshots": [ "<string>" ], "recording": { "recording_url": "<string>", "signed_url": "<string>", "filename": "<string>", "uploaded_at": "<string>", "file_size_mb": 123, "expires_in_hours": 123 } }
Get the full event trace, screenshots, and recording for a run
Successful Response
Detailed agent run trace with media
Agent run identifier
Associated RPA run identifier
Normalized event timeline
Show child attributes
Signed screenshot URLs
Execution recording metadata