Skip to content

Files

Latest commit

 

History

History
18 lines (14 loc) · 3.26 KB

jobresponse.md

File metadata and controls

18 lines (14 loc) · 3.26 KB

JobResponse

Provides details of a single job.

Fields

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