deploy
This commit is contained in:
34
skills/logs/SKILL.md
Normal file
34
skills/logs/SKILL.md
Normal file
@@ -0,0 +1,34 @@
|
||||
---
|
||||
name: logs-routes
|
||||
description: Handle 2 OpenAPI operation(s) under /logs for the logs route group.
|
||||
---
|
||||
|
||||
# logs API Routes
|
||||
|
||||
Handle 2 OpenAPI operation(s) under /logs for the logs 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_logs
|
||||
|
||||
- Operation ID: `get_logs`
|
||||
- Route: `GET /logs`
|
||||
- Mode: READ
|
||||
- Summary: Retrieve a list of logs
|
||||
- Parameters:
|
||||
- `limit` in `query`
|
||||
- `after` in `query`
|
||||
- `before` in `query`
|
||||
|
||||
### get_logs_log_id
|
||||
|
||||
- Operation ID: `get_logs_log_id`
|
||||
- Route: `GET /logs/{log_id}`
|
||||
- Mode: READ
|
||||
- Summary: Retrieve a single log
|
||||
- Parameters:
|
||||
- `log_id` in `path` required
|
||||
Reference in New Issue
Block a user