Skip to main content
GET
Read flow histories

Authorizations

Authorization
string
header
required

Use a valid Bearer token to authenticate.

Query Parameters

page
integer
default:1

The page number of results to retrieve. Example: 2

limit
integer
default:20

Specifies the maximum number of items to retrieve in a single request. Example: 10

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

sortOrder is to decide ascending or descending order Example: asc or desc. Default: desc

action
string

Action done according to flows's manipulation trigger. There are 3 types of action: enum: create,put,reorder Example: put

flowId
string

The identifier for the flow that generated by system. Use Flow /flows API to get the list of flow id. Comma (,) delimiter for filter multiple flow. Example: 63d8c9b0dbd5ef20a627dd86

Response

Success

status
boolean

Status of response.

message
string

Message of API response.

data
object

List of object flow logs.