Skip to main content
GET
List project tasks

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

路径参数

projectId
string
必填

响应

200 - application/json

Project task list

id
string
必填
type
enum<string>
必填
可用选项:
create-karaoke,
create-lyric-video,
sync-lyrics,
stem-separation,
generate-video,
generate-chords,
export-stem-audio,
export-project
status
enum<string>
必填
可用选项:
created,
queued,
in-progress,
completed,
failed,
cancelled,
timed-out,
finalized
createdAt
string
必填
updatedAt
string
必填
error
string | null