Back to Node Auth0

Interface GetJobResponseContent

docs/interfaces/management.Management.GetJobResponseContent.html

5.9.12.4 KB
Original Source

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;
summary?: GetJobSummary;
key: string: any;
}

Indexable

Accepts any additional properties

Index

Properties

statustypecreated_at?idconnection_id?location?percentage_done?time_left_seconds?format?status_details?summary?

Properties

status

status: string

Status of this job.

type

type: string

Type of job this is.

Optionalcreated_at

created_at?: string

When this job was created.

id

id: string

ID of this job.

Optionalconnection_id

connection_id?: string

connection_id of the connection this job uses.

Optionallocation

location?: string

URL to download the result of this job.

Optionalpercentage_done

percentage_done?: number

Completion percentage of this job.

Optionaltime_left_seconds

time_left_seconds?: number

Estimated time remaining before job completes.

Optionalformat

format?: Management.JobFileFormatEnum

Optionalstatus_details

status_details?: string

Status details.

Optionalsummary

summary?: GetJobSummary

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties statustypecreated_atidconnection_idlocationpercentage_donetime_left_secondsformatstatus_detailssummary