Action
Retrieve the list of action runs
GET
/
api
/v1
/action
/runs
Authorization
Authorization
Required<token>
Please enter a valid access token
In: header
Query Parameters
actionId
string
The action to retrieve from
limit
integer
The maximum number of runs to retrieve
Default:
10
Format: "int32"
offset
integer
The number of runs to skip
Default:
0
Format: "int32"
OK