Apache Airflow · Schema
ListTaskInstanceForm
ListTaskInstanceForm schema from Apache Airflow API
ApacheDAGData PipelineETLOpen-SourceOrchestrationPythonSchedulingWorkflows
Properties
| Name | Type | Description |
|---|---|---|
| dag_ids | array | Return objects with specific DAG IDs. The value can be repeated to retrieve multiple matching values (OR condition). |
| duration_gte | number | Returns objects greater than or equal to the specified values. This can be combined with duration_lte parameter to receive only the selected period. |
| duration_lte | number | Returns objects less than or equal to the specified values. This can be combined with duration_gte parameter to receive only the selected range. |
| end_date_gte | string | Returns objects greater or equal the specified date. This can be combined with start_date_lte parameter to receive only the selected period. |
| end_date_lte | string | Returns objects less than or equal to the specified date. This can be combined with start_date_gte parameter to receive only the selected period. |
| execution_date_gte | string | Returns objects greater or equal to the specified date. This can be combined with execution_date_lte parameter to receive only the selected period. |
| execution_date_lte | string | Returns objects less than or equal to the specified date. This can be combined with execution_date_gte parameter to receive only the selected period. |
| pool | array | The value can be repeated to retrieve multiple matching values (OR condition). |
| queue | array | The value can be repeated to retrieve multiple matching values (OR condition). |
| start_date_gte | string | Returns objects greater or equal the specified date. This can be combined with start_date_lte parameter to receive only the selected period. |
| start_date_lte | string | Returns objects less or equal the specified date. This can be combined with start_date_gte parameter to receive only the selected period. |
| state | array | The value can be repeated to retrieve multiple matching values (OR condition). |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/apache-airflow/refs/heads/main/json-schema/openapi.yaml-list-task-instance-form-schema.json",
"title": "ListTaskInstanceForm",
"description": "ListTaskInstanceForm schema from Apache Airflow API",
"type": "object",
"properties": {
"dag_ids": {
"description": "Return objects with specific DAG IDs.\nThe value can be repeated to retrieve multiple matching values (OR condition).",
"items": {
"type": "string"
},
"type": "array"
},
"duration_gte": {
"description": "Returns objects greater than or equal to the specified values.\n\nThis can be combined with duration_lte parameter to receive only the selected period.\n",
"type": "number"
},
"duration_lte": {
"description": "Returns objects less than or equal to the specified values.\n\nThis can be combined with duration_gte parameter to receive only the selected range.\n",
"type": "number"
},
"end_date_gte": {
"description": "Returns objects greater or equal the specified date.\n\nThis can be combined with start_date_lte parameter to receive only the selected period.\n",
"format": "date-time",
"type": "string"
},
"end_date_lte": {
"description": "Returns objects less than or equal to the specified date.\n\nThis can be combined with start_date_gte parameter to receive only the selected period.\n",
"format": "date-time",
"type": "string"
},
"execution_date_gte": {
"description": "Returns objects greater or equal to the specified date.\n\nThis can be combined with execution_date_lte parameter to receive only the selected period.\n",
"format": "date-time",
"type": "string"
},
"execution_date_lte": {
"description": "Returns objects less than or equal to the specified date.\n\nThis can be combined with execution_date_gte parameter to receive only the selected period.\n",
"format": "date-time",
"type": "string"
},
"pool": {
"description": "The value can be repeated to retrieve multiple matching values (OR condition).",
"items": {
"type": "string"
},
"type": "array"
},
"queue": {
"description": "The value can be repeated to retrieve multiple matching values (OR condition).",
"items": {
"type": "string"
},
"type": "array"
},
"start_date_gte": {
"description": "Returns objects greater or equal the specified date.\n\nThis can be combined with start_date_lte parameter to receive only the selected period.\n",
"format": "date-time",
"type": "string"
},
"start_date_lte": {
"description": "Returns objects less or equal the specified date.\n\nThis can be combined with start_date_gte parameter to receive only the selected period.\n",
"format": "date-time",
"type": "string"
},
"state": {
"description": "The value can be repeated to retrieve multiple matching values (OR condition).",
"items": {
"$ref": "#/components/schemas/TaskState"
},
"type": "array"
}
}
}
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/openapi.yaml-list-task-instance-form"
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.