Tasks are the underlying execution units for async work such as project creation, lyric sync, stem separation, and export rendering. Most workflows should stay at theDocumentation Index
Fetch the complete documentation index at: https://docs.youka.io/llms.txt
Use this file to discover all available pages before exploring further.
project and export level.
Use task only when you need the raw task record for debugging or low-level automation.
task
Get the latest state of a task by ID.
The task ID, for example from a project’s
stemTaskId or lyricsSyncTaskId
field.Example
Hidden escape hatch
task is intentionally hidden from the top-level youka --help output. It exists for debugging and agent workflows, not for the main happy path.
