get_task_status
Retrieves the status, result, or error of an asynchronous task by its task ID.
Instructions
⚠️ DEPRECATED: This endpoint is deprecated in Langflow API 1.6.4 and will be removed in a future version. Use "get_build_status" tool with job_id instead of task_id.
Get status of an asynchronous task by task ID. Returns task status (pending, running, completed, failed), result if completed, or error if failed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task ID to check status for |