Skip to main content
GET
List workflow templates (paginate + filter)
Ready-made workflows you can copy. Paginated and filterable; the list carries names and categories, not the definitions.

Authorizations

Authorization
string
header
required

API key in format: Bearer inf_***

Query Parameters

category
string

Filter by exact category match. Templates with no category are excluded when this is set.

Example:

"reporting"

tag
string

Filter where the tags array contains this tag, matched in full.

Example:

"documents"

limit
string

Page size (1-100, default 20). A non-integer or out-of-range value is a 400, not a clamp.

Example:

20

offset
string

Pagination offset (default 0). Must be a non-negative integer; anything else is a 400.

Example:

0

Response

One page of visible templates, oldest first.

items
object[]
required

One page of templates, oldest first. Hidden templates are excluded from the list entirely — they are only reachable by slug.

total
number
required

Total templates matching the filters, counted with the same unavailable_since IS NULL exclusion as items.

Example:

12

limit
number
required

Page size applied (the request's limit, or 20).

Example:

20

offset
number
required

Offset applied (the request's offset, or 0).

Example:

0