Create job
Creates a new job for processing or data operations and returns the job’s unique ID and other details.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
Defines the category of job. (Valid values: airflow.dataeng, airflow.nlp, airflow.ingest, mirror).
Specifies the name of the job.
Indicates where the data originates.
Specifies the data or output destination.
Additional job properties in JSON format.
The cron expression that specifies how often the job runs.
Response
Job created successfully.
Defines the category of job. (Valid values: airflow.dataeng, airflow.nlp, airflow.ingest, mirror).
Specifies the name of the job.
The unique ID of the created job.
The current status of the job immediately after creation.
Job creation timestamp.
Indicates where the data originates.
Specifies the data or output destination.
Additional job properties in JSON format.
The cron expression that specifies how often the job runs.

