Retrieve an Automated Job
Get an automated job by job_id
. This endpoint is only available for automated jobs for reading data. For all deductions jobs, both automated and assisted, use the retrieve a manual job endpoint.
Authorizations
Please use your Access Token
Headers
Header used to specify the version for a given API request. Current version is 2020-09-17.
Path Parameters
Response
The id of the job that has been created.
The url that can be used to retrieve the job status
The type of automated job
data_sync_all
, w4_form_employee_sync
pending
, in_progress
, complete
, error
, reauth_error
, permissions_error
The datetime when the job was created. for scheduled jobs, this will be the initial connection time. For ad-hoc jobs, this will be the time the creation request was received.
The datetime a job is scheduled to be run. For scheduled jobs, this datetime can be in the future if the job has not yet been enqueued. For ad-hoc jobs, this field will be null.
The datetime a job entered into the job queue.
The datetime the job completed.
The input parameters for the job.
Was this page helpful?