Provides details of a single job.
Field | Type | Required | Description |
---|---|---|---|
connection_id |
str | ✔️ | N/A |
job_id |
int | ✔️ | N/A |
job_type |
models.JobTypeEnum | ✔️ | Enum that describes the different types of jobs that the platform runs. |
start_time |
str | ✔️ | N/A |
status |
models.JobStatusEnum | ✔️ | N/A |
bytes_synced |
Optional[int] | ➖ | N/A |
duration |
Optional[str] | ➖ | Duration of a sync in ISO_8601 format |
last_updated_at |
Optional[str] | ➖ | N/A |
rows_synced |
Optional[int] | ➖ | N/A |