get_task
Retrieve task status and details by ID to monitor progress, check approval requirements, and track completion within the Tendem MCP server.
Instructions
Get a Tendem task by ID.
Use to poll task status. After create_task, wait for AWAITING_APPROVAL to see price. After approve_task, a human expert works on the task until COMPLETED (may take hours).
Args: task_id: The Tendem task ID (UUID) to get.
Returns: The Tendem task including status and approval info if awaiting approval.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes |