get_stream_symbols
Fetch symbols for a TimeBase stream using its stream key. Paginate through results with limit and cursor parameters.
Instructions
Get the symbols of a specific stream
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of symbols to return in this page | |
| cursor | No | Opaque cursor from a previous call's next_cursor; omit on first page | |
| 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 |
|---|---|---|---|
| symbols | No | ||
| stream_key | Yes | ||
| next_cursor | No | ||
| returned_count | No | ||
| symbols_changed_since_cursor | No |