Workflows
List Workflows
List your organization’s workflows, newest first
GET
Rate limit tier: general (600 req/min) — see Rate limits.
Returns one keyset page of your organization’s workflows, newest first. Follow
next_cursor until it is null — there are no totals or page numbers (see Pagination).
Items are slim summaries; fetch GET /v3/workflows/{workflow_id}/ for the full typed graph.
Authorizations
API key issued from app.anyformat.ai/api-key. Send as Authorization: Bearer <key>.
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 workflows.
Fixed (-created_at, -id) order. No totals or page numbers by design
(ANY-1608) — iterate by following next_cursor until it is null.
