Skip to main content
GET
List project tasks

Autorizações

Authorization
string
header
obrigatório

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

Parâmetros de caminho

projectId
string
obrigatório

Resposta

200 - application/json

Project task list

id
string
obrigatório
type
enum<string>
obrigatório
Opções disponíveis:
create-karaoke,
create-lyric-video,
sync-lyrics,
stem-separation,
generate-video,
generate-chords,
export-stem-audio,
export-project
status
enum<string>
obrigatório
Opções disponíveis:
created,
queued,
in-progress,
completed,
failed,
cancelled,
timed-out,
finalized
createdAt
string
obrigatório
updatedAt
string
obrigatório
error
string | null