Retrieve a paginated list of all actions available in the system.
Authorization: All authenticated users can list actions.
Pagination: Use skip and limit parameters to control pagination.
Maximum limit is 100 actions per request.
Action Information: Each action includes its name, description, and the number of API endpoints currently mapped to it.
Use Cases:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Number of actions to skip (pagination offset)
x >= 0Maximum number of actions to return
1 <= x <= 100Actions retrieved successfully
Response model for paginated action lists.