POST
/
{env_id}
/
{flow_id}
/
{tenant}
/
jobs

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

Body

application/json
job_name
string

Name for job. If not provided, name is autogenerated

override_field_map
object

Define a temporary field map to be used in the job, different from the configured field map.

override_selected_tables
object

For use with the unified schema. Define a temporary selection of unified schema objects to override the default selection. Does not affect your selection for future jobs. E.G. {"Vendors":true}

override_start_date
string

Date to start syncing data from (e.g. 2022-08-08T00:00:00.000Z)

reset_source_state
boolean

Runs the job as a "full_sync" by clearing the state on the linkedSource

state
object

Pass extra context to be used in the job. Often used with the unified schema for write jobs. Note that this is different from the source state.

tap
string

The source of the job. For write jobs, this is usually "api."

Response

200 - application/json
env_id
string
flow_id
string
job_id
string
job_name
string
last_updated
string
message
string
processed_rows
integer
default:
0
s3_root
string
scheduled_job
boolean
default:
true
start_time
string
started_by
string
state
object
status
string
tap
string
tenant
string