bytebot_get_task
Retrieve detailed information about a specific task by ID, including full message history and current status, to monitor progress and access execution data.
Instructions
Get detailed information about a specific task by ID, including full message history and current status.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | The unique identifier of the task | |
| useCache | No | Whether to use cached task data if available. Default: true |