Skip to main content
GET
List workflows
The workflows this key can see. Sharing is per workflow, so this is not necessarily everything in the workspace.

Authorizations

Authorization
string
header
required

API key in format: Bearer inf_***

Query Parameters

limit
string

Page size. Integer; defaults to 20, and anything above 100 is clamped to 100.

Example:

20

offset
string

Rows to skip. Integer; defaults to 0.

Example:

0

Response

One page of visible workflows.

items
object[]
required

One page of workflows this caller may see, newest first by createdAt.

total
number
required

Total workflows matching the SAME visibility filter as items — not the workspace total. A workflow the caller cannot see is counted nowhere.

Example:

42

limit
number
required

Page size actually applied, after the server clamp to 100.

Example:

20

offset
number
required

Offset actually applied.

Example:

0