get_stream_symbols
Retrieve symbols from a specific TimeBase stream, with pagination support via cursor and optional limit. Specify stream_key to inspect available symbols.
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 |