30 lines
797 B
Markdown
30 lines
797 B
Markdown
---
|
|
name: logs-routes
|
|
description: Handle 1 OpenAPI operation(s) under /api/v1/logs for the logs route group.
|
|
---
|
|
|
|
# logs API Routes
|
|
|
|
Handle 1 OpenAPI operation(s) under /api/v1/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
|
|
|
|
### list_log_events
|
|
|
|
- Operation ID: `list_log_events`
|
|
- Route: `GET /api/v1/logs`
|
|
- Mode: READ
|
|
- Summary: List all System Log events
|
|
- Parameters:
|
|
- `since` in `query`
|
|
- `until` in `query`
|
|
- `after` in `query`
|
|
- `filter` in `query`
|
|
- `q` in `query`
|
|
- `limit` in `query`
|
|
- `sortOrder` in `query`
|