Apache Airflow · JSON Structure
Airflow Task Instance Collection Response Structure
Task instance collection response supporting both offset and cursor pagination. A single flat model is used instead of a discriminated union (``Annotated[Offset | Cursor, Field(discriminator=...)]``) because the OpenAPI ``oneOf`` + ``discriminator`` construct is not handled correctly by ``@hey-api/openapi-ts`` / ``@7nohe/openapi-react-query-codegen``: return types degrade to ``unknown`` in JSDoc and can produce incorrect TypeScript types (see hey-api/openapi-ts#1613, #3270).
Workflow OrchestrationData PipelineOpen SourceApacheDAGSchedulingETLData Engineering
TaskInstanceCollectionResponse is a JSON Structure definition published by Apache Airflow, describing 4 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
task_instances
total_entries
next_cursor
previous_cursor
Meta-schema: https://json-structure.org/meta/core/v0/#