List all actions
actions
List all actions
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:
- Display available actions in administrative interfaces
- Integration with external authorization systems
- Action selection during endpoint mapping configuration
- Audit and compliance reporting
- Permission management workflows
GET
List all actions
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Number of actions to skip (pagination offset)
Required range:
x >= 0Maximum number of actions to return
Required range:
1 <= x <= 100Response
Actions retrieved successfully
Response model for paginated action lists.
