Runs

GET /api/v1/runs

Recent agent runs.

GET /api/v1/runs

Recent agent runs.

Requires a key with read scope or higher.

Returns 200 on success.

Parameters

NameInTypeRequiredDescription
limitquerynumbernoMaximum rows to return.
statusqueryqueued | running | succeeded | failed | canceledno
project_idquerystringnoRestrict to one account.
cursorquerystringnoOpaque keyset cursor — pass the previous page's next_cursor.
beforequerystringnoDeprecated alias for cursor, kept working. Pass an ISO created_at. Superseded because it published the sort key, which pinned the ordering.

Example

curl -X GET "https://bidandscale.com/api/v1/runs" \
  -H "Authorization: Bearer $BIDANDSCALE_API_KEY"

On this page