Returns task execution runs with pagination.
cURL
curl --request GET \ --url https://www.sontairo.com/api/runs
{ "data": [ { "id": "<string>", "workspaceId": "<string>", "projectId": "<string>", "status": "PENDING", "prompt": "<string>", "output": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ], "total": 123 }
Documentation IndexFetch the complete documentation index at: https://docs.sontairo.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.sontairo.com/llms.txt
Use this file to discover all available pages before exploring further.
x <= 100
Paginated list of runs
Show child attributes