get_stream_time_range
Retrieve the UTC start and end timestamps for a specific stream, revealing its data coverage. Useful for understanding stream boundaries before querying.
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 |