Apache Airflow · Example Payload

Airflow Dag Response Example

example-value

Workflow OrchestrationData PipelineOpen-SourceApacheDAGSchedulingETLData Engineering

Airflow Dag Response Example is an example object payload from Apache Airflow, with 30 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

dag_iddag_display_nameis_pausedis_stalelast_parsed_timelast_parse_durationlast_expiredbundle_namebundle_versionrelative_filelocfilelocdescriptiontimetable_summarytimetable_descriptiontimetable_partitionedtimetable_periodictagsmax_active_tasksmax_active_runsmax_consecutive_failed_dag_runshas_task_concurrency_limitshas_import_errorsnext_dagrun_logical_datenext_dagrun_data_interval_startnext_dagrun_data_interval_endnext_dagrun_run_afterallowed_run_typesownersis_backfillablefile_token

Example Payload

Raw ↑
{
  "dag_id": "abc123",
  "dag_display_name": "example-name",
  "is_paused": true,
  "is_stale": true,
  "last_parsed_time": "example-value",
  "last_parse_duration": "example-value",
  "last_expired": "example-value",
  "bundle_name": "example-name",
  "bundle_version": "example-value",
  "relative_fileloc": "example-value",
  "fileloc": "example-value",
  "description": "example-value",
  "timetable_summary": "example-value",
  "timetable_description": "example-value",
  "timetable_partitioned": true,
  "timetable_periodic": true,
  "tags": [],
  "max_active_tasks": 1,
  "max_active_runs": "example-value",
  "max_consecutive_failed_dag_runs": 1,
  "has_task_concurrency_limits": true,
  "has_import_errors": true,
  "next_dagrun_logical_date": "example-value",
  "next_dagrun_data_interval_start": "example-value",
  "next_dagrun_data_interval_end": "example-value",
  "next_dagrun_run_after": "example-value",
  "allowed_run_types": "example-value",
  "owners": [],
  "is_backfillable": true,
  "file_token": "example-value"
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/airflow-dag-response-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.