List workflows
Workflows
List workflows
GET /v1/workflows
GET
List workflows
The workflows this key can see. Sharing is per workflow, so this is not necessarily everything in the workspace.
Authorizations
API key in format: Bearer inf_***
Query Parameters
Page size. Integer; defaults to 20, and anything above 100 is clamped to 100.
Example:
20
Rows to skip. Integer; defaults to 0.
Example:
0
Response
One page of visible workflows.
One page of workflows this caller may see, newest first by createdAt.
Total workflows matching the SAME visibility filter as items — not the workspace total. A workflow the caller cannot see is counted nowhere.
Example:
42
Page size actually applied, after the server clamp to 100.
Example:
20
Offset actually applied.
Example:
0