Get action by ID
actions
Get action by ID
Retrieve detailed information about a specific action by its ID.
Authorization: All authenticated users can read action information.
Action Details: Returns the action’s name, description, and number of API endpoints currently mapped to this action.
Use Cases:
- Display action details in administrative interfaces
- Validate action existence before creating mappings
- Integration with external systems
- Audit and compliance workflows
GET
Get action by ID
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Action information retrieved successfully
Response model for action information.
