Action

Retrieve the list of action runs

GET
/api/v1/action/runs
/api/v1/action/runs

The Authorization access token

Authorization

Authorization
Required
<token>

Please enter a valid access token

In: header

Query Parameters

actionIdstring

The action to retrieve from

limitinteger

The maximum number of runs to retrieve

Default: 10Format: "int32"

offsetinteger

The number of runs to skip

Default: 0Format: "int32"
curl -X GET "https://example.com/api/v1/action/runs?actionId=string&limit=10&offset=0" \
  -H "Authorization: <token>"

OK