cURL
curl --request GET \ --url https://api.getgranite.ai/api/rpa/runs
{ "runs": [ { "run_id": "<string>", "workflow_description": "<string>", "workflow_hint": "<string>", "status": "<string>", "iterations": 123, "success": true, "created_at": "<string>", "completed_at": "<string>" } ], "total": 123, "limit": 123, "offset": 123 }
Get paginated list of RPA runs for organization
Maximum number of runs to return
1 <= x <= 100
Number of runs to skip
x >= 0
Successful Response
Paginated list of RPA runs
List of RPA runs
Show child attributes
Total number of runs
Page size limit
Page offset