Skip to main content
GET
Get jobs

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Jobs retrieved successfully.

job_name
string
required

Specifies the name of the job.

id
string<uuid> | null

Unique ID of the job.

owner_id
string | null

The logged in user's email ID.

job_type
enum<string> | null

Defines the category of job.

Available options:
airflow.dataeng,
airflow.nlp,
airflow.ingest,
airflow.airbyte,
mirror
source
string | null

Indicates where the data originates.

destination
string | null

Specifies the data or output destination.

schedule
string | null

The cron expression that specifies how often the job runs.

properties_json
string | null

Additional job properties in JSON format.

status
enum<string>
default:new

Current status of the job.

Available options:
new,
running,
completed,
failed
status_message
string | null

Detailed status message or error information.

created_at
string<date-time>

Job creation timestamp.

last_started_at
string<date-time> | null

Timestamp when the job last started.

last_completed_at
string<date-time> | null

Timestamp when the job last completed successfully.

last_failed_at
string<date-time> | null

Timestamp when the job last failed.

is_deleted
boolean
default:false

True if you deleted this job.

deleted_at
string<date-time> | null

Timestamp when you deleted this job.