Skip to main content

Get track versions job status

GET 

/v0/tracks/versions/:jobId

This endpoint allows you to check the status of a track versions job. When the job is complete, it will return the URLs to the generated tracks.

Waveform Data:

  • By default, waveform data is excluded to reduce payload size
  • Use expand=waveform to include waveform data in the response

Request

Path Parameters

    jobId anyrequired

    The ID of the job to check

Query Parameters

    expand any

    Include additional data in response. Use 'waveform' to include waveform data.

Responses

Track edit job response

Schema

    status string

    Possible values: [PENDING, PROCESSING, COMPLETED, FAILED]

    results

    object[]

  • Array [

  • previewUrl string

    waveform

    object

    version int32
    channels int32
    sampleRate int32
    samplesPerPixel int32
    bits int32
    length int32
    data int32[]
    highQualityUrl string
  • ]

  • message string
    jobId uuid
Loading...