task_id | string | f4a94d75-087b-4bb1-bd45-53ba293faf96 | Unique Task ID |
action | string | MUSIC | Task type: MUSIC (generate song), LYRICS (generate lyrics) |
status | string | SUCCESS | Task status: NOT_START (not started), SUBMITTED (submitted), QUEUED (queued), IN_PROGRESS (in progress), FAILURE (failed), SUCCESS (successful) |
submitTime | number | 1689231405854 | Time of submission |
startTime | number | 1689231442755 | Time when execution started |
finishTime | number | 1689231544312 | Time when execution finished |
failReason | string | [Invalid parameter] Invalid value | Reason for failure (only populated if the task fails) |
data | object | - | Specific data: music (array) or lyrics (single item) |