Documentation Index
Fetch the complete documentation index at: https://docs.runflow.io/llms.txt
Use this file to discover all available pages before exploring further.
Base URL
/v1/. The public OpenAPI spec is at docs.runflow.io/api/openapi.public.json.
Content types
| Method | Content-Type | Use |
|---|---|---|
GET | n/a | Read endpoints. |
POST, PATCH, PUT | application/json | All mutations. |
POST /v1/asset-uploads/{id}/confirmations | application/json | After uploading the file blob to the presigned URL. |
Pagination
List endpoints return cursors, not page numbers. Passpq (the cursor) and limit (page size, max 500).
next_pq and prev_pq. Pass from_prev=true to walk backward.
Filtering
List endpoints accept a filter expression inq:
=, :, >, <, >=, <=, AND, OR, NOT. String values are case-sensitive.
Field projection
Trim the response to the fields you need withfields:
Sorting
sort_by=status_code:asc,created_at:desc.
Idempotency
Mutations are not idempotent by default. To retry safely, save the response of the first call and skip on duplicate.Related
Errors
Status codes and the error envelope.
Runs
Callbacks, polling, statuses.