List Known Trace IDs
list_trace_idsDiscover available trace IDs from buffered container logs to find a specific transaction for deeper inspection. Filter by service and adjust limit as needed.
Instructions
List all trace/request IDs currently in the in-memory buffer.
Useful when you don't already know a trace ID — browse available ones and pick the suspicious one to investigate with search_by_trace_id.
Args:
service_name (string, optional): Only list trace IDs seen in this service's logs.
limit (number, 1-1000): Max IDs to return. Default 50.
Returns: A list of trace ID strings, most-recently seen first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of trace IDs to return (default 50). | |
| service_name | No | Filter trace IDs seen in a specific service. Omit for all services. |