query_observability_logs
Retrieve workload logs for a team from the observability index, using filters for time range, source, level, and text queries to find relevant events.
Instructions
Query bounded team workload logs using the platform observability index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| level | No | Optional log level filter. | |
| limit | No | Maximum events to return. | |
| query | No | Optional text query. | |
| since | No | Optional Unix timestamp lower bound. | |
| until | No | Optional Unix timestamp upper bound. | |
| app_id | No | Optional workload/app ID. | |
| cursor | No | Optional opaque pagination cursor. | |
| source | No | Optional log source filter. | |
| team_id | Yes | The ID of the team. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||