List templates
GET /v1/workflows/templates
Authorizations
API key in format: Bearer inf_***
Query Parameters
Filter by exact category match. Templates with no category are excluded when this is set.
"reporting"
Filter where the tags array contains this tag, matched in full.
"documents"
Page size (1-100, default 20). A non-integer or out-of-range value is a 400, not a clamp.
20
Pagination offset (default 0). Must be a non-negative integer; anything else is a 400.
0
Response
One page of visible templates, oldest first.
One page of templates, oldest first. Hidden templates are excluded from the list entirely — they are only reachable by slug.
Total templates matching the filters, counted with the same unavailable_since IS NULL exclusion as items.
12
Page size applied (the request's limit, or 20).
20
Offset applied (the request's offset, or 0).
0