Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface GetJobResponseContent

    interface GetJobResponseContent {
        status: string;
        type: string;
        created_at?: string;
        id: string;
        connection_id?: string;
        location?: string;
        percentage_done?: number;
        time_left_seconds?: number;
        format?: Management.JobFileFormatEnum;
        status_details?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    status: string

    Status of this job.

    type: string

    Type of job this is.

    created_at?: string

    When this job was created.

    id: string

    ID of this job.

    connection_id?: string

    connection_id of the connection this job uses.

    location?: string

    URL to download the result of this job.

    percentage_done?: number

    Completion percentage of this job.

    time_left_seconds?: number

    Estimated time remaining before job completes.

    status_details?: string

    Status details.