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