Airbyte · GraphQL Specification

Airbyte GraphQL

Airbyte exposes a GraphQL endpoint at `https://api.airbyte.com/graphql`. The endpoint requires authentication and returns a 401 for unauthenticated requests, confirming a live GraphQL surface. The schema is derived from Airbyte's public OpenAPI specification published in the [airbyte-platform](https://github.com/airbytehq/airbyte-platform/tree/main/airbyte-api/server-api/src/main/openapi) repository.

Documentation Endpoint View on GitHub Data IntegrationETLELTOpen SourceData PipelineConnectorsDataGraphQL

Overview

Airbyte GraphQL is a GraphQL API specification published by Airbyte on the APIs.io network.

Airbyte exposes a GraphQL endpoint at https://api.airbyte.com/graphql. The endpoint requires authentication and returns a 401 for unauthenticated requests, confirming a live GraphQL surface. The schema is derived from Airbyte’s public OpenAPI specification published in the airbyte-platform repository.

Tagged areas include Data Integration, ETL, ELT, Open Source, and Data Pipeline.

Endpoint

Related API Specs

Airbyte (OpenAPI)
Back to Airbyte · All GraphQL Specs · GitHub