Airtable · GraphQL Specification

Airtable GraphQL

Airtable does not expose a native public GraphQL endpoint. Its developer platform is built exclusively on REST semantics: the core Records API, Metadata API, Webhooks API, Enterprise API, SCIM API, Audit Logs API, and Shares API all use JSON over HTTPS with standard HTTP verbs and cursor-based pagination.

Documentation Endpoint View on GitHub ApplicationsCollaborationDataDatabasesLow-CodeProductivitySpreadsheetsGraphQL

Overview

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

Airtable does not expose a native public GraphQL endpoint. Its developer platform is built exclusively on REST semantics: the core Records API, Metadata API, Webhooks API, Enterprise API, SCIM API, Audit Logs API, and Shares API all use JSON over HTTPS with standard HTTP verbs and cursor-based pagination.

The specification includes 4 reference links.

Tagged areas include Applications, Collaboration, Data, Databases, and Low-Code.

Endpoint

References

Related API Specs

Airtable API (OpenAPI) Airtable Metadata API (OpenAPI) Airtable Enterprise API (OpenAPI) Airtable SCIM API (OpenAPI) Airtable Audit Logs API (OpenAPI) Airtable Shares API (OpenAPI)
Back to Airtable · All GraphQL Specs · GitHub