Get flow run attempts
Get a flow’s run attempts by flow ID
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of the flow you want to run
Query Parameters
The maximum number of run attempt entries to return in a single response. Defaults to 100. Values up to 1,000 are allowed.
The starting point within the collection of run attempt entries to begin returning results from. It's used in conjunction with limit
to navigate through paginated data. An offset of 0 starts the results from the first item. Defaults to 0.
Dictates the order in which the run attempt entries are returned. Acceptable values are asc
for ascending order and desc
for descending order. The sorting refers to the createdAt
field of the run attempt entries. Defaults to desc
.
ASC
, DESC
The start time of the range of run attempt entries to return. The value should be in RFC 3339 format.
The end time of the range of run attempt entries to return. The value should be in RFC 3339 format.