* Return a single background task. Throws `TaskNotFoundError` (→ 40406) * when the task id is not found. * * Pass `withOutput: true` to include the task's captured output in the * response (`output_preview` / `output_bytes`). `outputBytes` caps the * returned preview to the last N byt
(sessionId: string, taskId: string, options?: GetTaskOptions)
| 155 | * cap is used. |
| 156 | */ |
| 157 | get(sessionId: string, taskId: string, options?: GetTaskOptions): Promise<BackgroundTask>; |
| 158 | |
| 159 | /** |
| 160 | * Cancel a running task. Throws: |
no outgoing calls
no test coverage detected