get_latest_traces
Fetch traces from a stream within a time range using Unix timestamps. Normalizes timestamps to microseconds. Supports pagination, filtering, and raw data output.
Instructions
Get the latest trace data from a trace stream. start_time and end_time accept Unix timestamps in seconds, milliseconds, microseconds, or nanoseconds and are normalized to microseconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stream_name | Yes | ||
| start_time | Yes | ||
| end_time | Yes | ||
| size | No | ||
| offset | No | ||
| filter_query | No | ||
| timeout | No | ||
| include_raw | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||