get_timebase_activity_detail
Retrieve detailed information about a specific TimeBase cursor, loader, connection, or lock by providing its kind and ID. Includes optional instrument listing for cursors and loaders.
Instructions
Get details for one cursor, loader, connection, or lock. Limited TimeBase server versions support.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Cursor/loader numeric id, connection client id, or lock id/guid/client id. | |
| kind | Yes | Activity object kind to inspect. | |
| instance_key | No | TB instance key. Required when multiple TimeBase instances are configured. | |
| instrument_limit | No | Instrument page size when include_instruments is true. | |
| instrument_filter | No | Optional instrument filter when include_instruments is true. | |
| instrument_offset | No | Instrument page offset when include_instruments is true. | |
| include_instruments | No | For cursor/loader details, include an instrument page. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | ||
| detail | Yes | ||
| warnings | No | ||
| instruments | No | ||
| instance_key | Yes |