get_application_traces
Retrieve distributed tracing data for an application to analyze request flow and dependencies. Use time filters or trace_id to manage response size and optimize trace retrieval.
Instructions
Get distributed traces for an application.
Retrieves distributed tracing data showing request flow through the application and its dependencies.
⚠️ WARNING: This endpoint can return very large responses (100k+ tokens) when retrieving many traces. Consider using time filters or trace_id to limit the response size.
Args: project_id: Project ID app_id: Application ID (format: namespace/kind/name) from_timestamp: Start timestamp (optional, recommended to limit data) to_timestamp: End timestamp (optional, recommended to limit data) trace_id: Specific trace ID to retrieve (optional, returns single trace) query: Search query (optional)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | ||
| from_timestamp | No | ||
| project_id | Yes | ||
| query | No | ||
| to_timestamp | No | ||
| trace_id | No |