Get task status / result
vicsee_get_taskPoll a generation or upscale task by its ID until completed or failed, then retrieve the media URL or error details.
Instructions
Poll a generation or upscale task by its id. status is one of "pending" | "processing" | "queued" | "completed" | "failed". When "completed", the media URL is in result.url (videos/images) or result.songs (music). When "failed", details are in error. Poll every few seconds until completed or failed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | The task id returned by vicsee_generate / vicsee_upscale_* |