Skip to main content
POST
Create job

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
job_type
string
required

Defines the category of job. (Valid values: airflow.dataeng, airflow.nlp, airflow.ingest, mirror).

job_name
string
required

Specifies the name of the job.

source
string | null

Indicates where the data originates.

destination
string | null

Specifies the data or output destination.

properties_json
string | null

Additional job properties in JSON format.

schedule
string | null

The cron expression that specifies how often the job runs.

Response

Job created successfully.

job_type
string
required

Defines the category of job. (Valid values: airflow.dataeng, airflow.nlp, airflow.ingest, mirror).

job_name
string
required

Specifies the name of the job.

id
string<uuid>
required

The unique ID of the created job.

status
string
required

The current status of the job immediately after creation.

created_at
string<date-time>
required

Job creation timestamp.

source
string | null

Indicates where the data originates.

destination
string | null

Specifies the data or output destination.

properties_json
string | null

Additional job properties in JSON format.

schedule
string | null

The cron expression that specifies how often the job runs.