Passer au contenu principal
GET
C#

Autorisations

Authorization
string
header
requis

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

Paramètres de chemin

id
string
requis

ID of the job.

Réponse

Job retrieved successfully.

status
string
défaut:pending
requis

Status of this job.

type
string
défaut:users_import
requis

Type of job this is.

id
string
défaut:job_0000000000000001
requis

ID of this job.

created_at
string

When this job was created.

connection_id
string
défaut:con_0000000000000001

connection_id of the connection this job uses.

location
string

URL to download the result of this job.

percentage_done
integer

Completion percentage of this job.

time_left_seconds
integer

Estimated time remaining before job completes.

format
enum<string>

Format of the file. Must be json or csv.

Options disponibles:
json,
csv
status_details
string

Status details.

summary
object

Job execution summary.