Retrieves a list of all jobs accessible to the authenticated user along with its job details.
The access token received from the authorization server in the OAuth 2.0 flow.
Jobs retrieved successfully.
Specifies the name of the job.
Unique ID of the job.
The logged in user's email ID.
Defines the category of job.
airflow.dataeng, airflow.nlp, airflow.ingest, mirror Indicates where the data originates.
Specifies where the data or output is sent or stored.
The cron expression that specifies how often the job must be executed.
Additional job properties in JSON format.
Current status of the job.
new, running, completed, failed Detailed status message or error information.
Timestamp when the job was created.
Timestamp when the job was started.
Timestamp when the job last completed successfully.
Timestamp when the job last failed.
Flag indicating whether the job has been deleted.
Timestamp when the job was deleted.