Skip to main content
GET
List all actions

Authorizations

Authorization
string
header
required

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

Query Parameters

skip
integer
default:0

Number of actions to skip (pagination offset)

Required range: x >= 0
limit
integer
default:50

Maximum number of actions to return

Required range: 1 <= x <= 100

Response

Actions retrieved successfully

Response model for paginated action lists.

actions
ActionResponse · object[]
required

List of actions for the current page

total
integer
required

Total number of actions in the system

Example:

25

skip
integer
required

Number of actions skipped (pagination offset)

Example:

0

limit
integer
required

Maximum number of actions per page

Example:

50