Get task status
get_taskRefresh and retrieve a single task's current status and progress counts from the provider, enabling you to monitor completion after task creation.
Instructions
Fetch one task, refreshing its status from the provider first. Returns status (pending/processing/completed/failed) and progress counts. Poll this after creating a task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Rapid Indexer task id (from list_tasks or a create_* result). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| vip | Yes | ||
| type | Yes | ||
| title | Yes | ||
| engine | Yes | ||
| status | Yes | ||
| progress | Yes | ||
| created_at | Yes | ||
| completed_at | Yes | ||
| dashboard_url | Yes |