Browsable Browsable Docs

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_key filters runs to a single task.
  • limit controls page size.
  • cursor continues 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"

Response