31 lines
831 B
Markdown
31 lines
831 B
Markdown
---
|
|
name: actions-routes
|
|
description: Handle 2 OpenAPI operation(s) under /v2/actions for the actions route group.
|
|
---
|
|
|
|
# actions API Routes
|
|
|
|
Handle 2 OpenAPI operation(s) under /v2/actions for the actions route group.
|
|
|
|
Use the generated operation tools to make real API calls. Do not invent API responses.
|
|
If a tool reports missing setup, return the exact setup field name to the caller.
|
|
For write, update, or delete operations, state the intended action before calling the tool.
|
|
|
|
## Operations
|
|
|
|
### get_v2_actions
|
|
|
|
- Operation ID: `get_v2_actions`
|
|
- Route: `GET /v2/actions`
|
|
- Mode: READ
|
|
- Summary: get_/v2/actions
|
|
|
|
### get_v2_actions_action_id
|
|
|
|
- Operation ID: `get_v2_actions_action_id`
|
|
- Route: `GET /v2/actions/{action_id}`
|
|
- Mode: READ
|
|
- Summary: get_/v2/actions/{action_id}
|
|
- Parameters:
|
|
- `action_id` in `path` required
|