Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Number of actions to skip (pagination offset)
x >= 0
Maximum number of actions to return
1 <= x <= 100
Response
Actions retrieved successfully
Response model for paginated action lists.
List of actions for the current page
Total number of actions in the system
25
Number of actions skipped (pagination offset)
0
Maximum number of actions per page
50