Skip to main content
GET
Poll job status

Authorizations

x-api-key
string
header
required

Path Parameters

env_id
string
required

ID of environment

flow_id
string
required

ID of flow

tenant
string
required

ID of tenant

Query Parameters

job_root
string
required

S3 root of this job

Response

200

job_id
string
Example:

"lmaEbA"

env_id
string
Example:

"dev.example-env.hotglue.xyz"

job_name
string
Example:

"test_job:_V-vgdlLN"

tenant
string
Example:

"default"

started_by
string
Example:

"default"

flow
string
Example:

"l8odS2mce"

s3_root
string
Example:

"default/flows/l8odS2mce/jobs/lmaEbA"

start_time
string
Example:

"2020-12-30T18:01:01.828266+00:00"

state
object
tap
string
Example:

"quickbooks:sandbox"

status
enum<string>
Available options:
JOB_CREATED,
DISCOVER_STARTED,
DISCOVER_FAILED,
SYNC_STARTED,
SYNC_FAILED,
SYNC_SUCCESS,
ETL_STARTED,
ETL_FAILED,
ETL_SUCCESS,
EXPORT_STARTED,
EXPORT_FAILED,
JOB_COMPLETED
Example:

"ETL_FAILED"

message
string
Example:

"ETL error..."

last_updated
string
Example:

"2020-12-30T20:31:00.081282+00:00"