get_stream_time_range
Determine the start and end times of a TimeBase stream in UTC by providing the stream key, revealing the earliest and latest message timestamps.
Instructions
Get the time range of a specific stream in UTC
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stream_key | Yes | Stream key to inspect | |
| instance_key | No | TB instance key. Required when multiple TimeBase instances are configured. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | ||
| start | No | ||
| stream_key | Yes |