deploy
This commit is contained in:
26
skills/logs/SKILL.md
Normal file
26
skills/logs/SKILL.md
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
name: logs-routes
|
||||
description: Handle 1 OpenAPI operation(s) under /v2/logs/{buildOrRunId} for the logs route group.
|
||||
---
|
||||
|
||||
# logs API Routes
|
||||
|
||||
Handle 1 OpenAPI operation(s) under /v2/logs/{buildOrRunId} 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
|
||||
|
||||
### log_get
|
||||
|
||||
- Operation ID: `log_get`
|
||||
- Route: `GET /v2/logs/{buildOrRunId}`
|
||||
- Mode: READ
|
||||
- Summary: Get log
|
||||
- Parameters:
|
||||
- `buildOrRunId` in `path` required
|
||||
- `stream` in `query`
|
||||
- `download` in `query`
|
||||
- `raw` in `query`
|
||||
Reference in New Issue
Block a user