get_task_details
Retrieve complete task details including rewards, subtasks, timestamps, and completion history by providing a task ID.
Instructions
Get detailed information about a specific task, including rewards, subtasks, timestamps, and completion history. Requires task ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | Task ID (required) | |
| includeHistory | No | Include completion history (optional, default: true) | |
| historyLimit | No | Maximum history records to return (optional, default: 10) |