Apache Airflow · Schema
BackfillResponse
Base serializer for Backfill.
Workflow OrchestrationData PipelineOpen-SourceApacheDAGSchedulingETLData Engineering
Properties
| Name | Type | Description |
|---|---|---|
| id | integer | |
| dag_id | string | |
| from_date | string | |
| to_date | string | |
| dag_run_conf | object | |
| is_paused | boolean | |
| reprocess_behavior | object | |
| max_active_runs | integer | |
| created_at | string | |
| completed_at | object | |
| updated_at | string | |
| dag_display_name | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/airflow/refs/heads/main/json-schema/airflow-backfill-response-schema.json",
"title": "BackfillResponse",
"description": "Base serializer for Backfill.",
"type": "object",
"properties": {
"id": {
"type": "integer",
"minimum": 0.0,
"title": "Id"
},
"dag_id": {
"type": "string",
"title": "Dag Id"
},
"from_date": {
"type": "string",
"format": "date-time",
"title": "From Date"
},
"to_date": {
"type": "string",
"format": "date-time",
"title": "To Date"
},
"dag_run_conf": {
"anyOf": [
{
"additionalProperties": true,
"type": "object"
},
{
"type": "null"
}
],
"title": "Dag Run Conf"
},
"is_paused": {
"type": "boolean",
"title": "Is Paused"
},
"reprocess_behavior": {
"$ref": "#/components/schemas/ReprocessBehavior"
},
"max_active_runs": {
"type": "integer",
"title": "Max Active Runs"
},
"created_at": {
"type": "string",
"format": "date-time",
"title": "Created At"
},
"completed_at": {
"anyOf": [
{
"type": "string",
"format": "date-time"
},
{
"type": "null"
}
],
"title": "Completed At"
},
"updated_at": {
"type": "string",
"format": "date-time",
"title": "Updated At"
},
"dag_display_name": {
"type": "string",
"title": "Dag Display Name"
}
},
"required": [
"id",
"dag_id",
"from_date",
"to_date",
"dag_run_conf",
"is_paused",
"reprocess_behavior",
"max_active_runs",
"created_at",
"completed_at",
"updated_at",
"dag_display_name"
]
}
Work with this as data
Every JSON Schema 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 schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema 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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/airflow-backfill-response"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.