@musallam/audio-video-client
    Preparing search index...

    Interface JobStatus

    interface JobStatus {
        errors?: JobStatusErrorsItem[];
        jobId: string;
        message?: string;
        output?: JobStatusOutput;
        outputs?: JobStatusOutputsItem[];
        percentCompleted?: string;
        status: AudioVideoApiClient.JobStatusStatus;
    }
    Index

    Properties

    Array of errors for failed variations (only present when status is partially_succeeded).

    jobId: string

    ID of the render job.

    message?: string

    Error message when job status is failed.

    Output for describe API jobs.

    Array of output files with destination URLs, keyed by variation and preset indices.

    percentCompleted?: string

    Percentage of job completed, as a string.

    Current status of the job.