Runs
List Workflow Runs
List a workflow’s runs, newest first
GET
Rate limit tier: general (600 req/min) — see Rate limits.
Returns one keyset page of a workflow’s runs, newest first. Follow
next_cursor until it is null (see Pagination).
Items are slim — id, document_packet_id, status, timestamps. Fetch GET /v3/runs/{run_id}/ for the results envelope.
Authorizations
API key issued from app.anyformat.ai/api-key. Send as Authorization: Bearer <key>.
Path Parameters
Query Parameters
Page size, capped at 100.
Required range:
1 <= x <= 100Opaque token from a previous response's next_cursor.
Response
Successful Response
One keyset page of runs.
Fixed (-created_at, -id) order. No totals or page numbers —
iterate by following next_cursor until it is null.
