Skip to main content
GET
List all flow runs

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
integer

Maximum number of items to return (1-1000)

Required range: 1 <= x <= 1000
cursor
string

Pagination cursor from a previous response

flowId
string
universalFlowId
string
integrationFlowId
string
connectionFlowId
string
tenantId
string
userId
string
state
enum<string>
Available options:
queued,
running,
completed,
stopped,
failed
integrationId
string
connectionId
string
externalAppId
string
from
string
to
string

Text search query to filter results

Response

200 - application/json
items
object[]
required
cursor
string