VibeKit Get Task
vibekit_get_taskRetrieve the status and result of a submitted task using its task ID.
Instructions
Get the status and result of a task submitted via vibekit_submit_task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | Task ID returned from vibekit_submit_task |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the call succeeded. | |
| data | No | Task details: status, logs/result summary, and repo info. | |
| error | No | Error message when ok is false (e.g. missing/invalid VIBEKIT_API_KEY, or an API error). |