get_timebase_activity_detail
Inspect a specific TimeBase activity object—cursor, loader, connection, or lock—by ID to retrieve its details and optional instrument list.
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 |