fish_get_task
Query Fish audio generation task status and retrieve the resulting audio URL when complete. Handles pending, processing, complete, and failed states.
Instructions
Query the status and result of a Fish audio generation task.
Use this to check if a task is complete and retrieve the resulting audio URL.
Task states:
- 'pending': Task is queued — keep polling
- 'processing': Task is being processed — keep polling
- 'complete': Task finished successfully
- 'failed': Task failed (check error message)
Returns:
Task status and result data including audio URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | The task ID returned from a fish_generate_audio request. This is the 'task_id' field in the response. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |