Skip to main content
GET
List project tasks

Authorizations

Authorization
string
header
required

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

Path Parameters

projectId
string
required

Response

200 - application/json

Project task list

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