List Runs API
Retrieve runs for your team. You can optionally filter by task_key and page
through results with a cursor.
GET
/v1/runs/list?task_key={task_key} Query Parameters
task_keyfilters runs to a single task.limitcontrols page size.cursorcontinues from the previous page.
Example
curl -X GET "https://api.browsable.app/v1/runs/list?task_key=reddit-search&limit=20" \
-H "Authorization: Bearer YOUR_API_KEY"