Linear GraphQL API

Single GraphQL endpoint exposing Linear's full data model - issues, projects, initiatives, cycles, teams, users, comments, documents, customers, customer requests, and more. Auth via OAuth 2.0 Bearer or personal API key. Schema is introspectable and explorable via Apollo Studio.

Linear GraphQL API is one of 4 APIs that Linear publishes on the APIs.io network.

Tagged areas include GraphQL, Issues, Projects, Teams, and Cycles. The published artifact set on APIs.io includes API documentation, an API reference, and authentication docs.

API entry from apis.yml

apis.yml Raw ↑
aid: linear-app:linear-graphql-api
name: Linear GraphQL API
description: Single GraphQL endpoint exposing Linear's full data model - issues, projects, initiatives,
  cycles, teams, users, comments, documents, customers, customer requests, and more. Auth via OAuth 2.0
  Bearer or personal API key. Schema is introspectable and explorable via Apollo Studio.
tags:
- GraphQL
- Issues
- Projects
- Teams
- Cycles
- Comments
properties:
- url: https://linear.app/developers/graphql
  type: Documentation
- url: https://linear.app/developers
  type: APIReference
- url: https://api.linear.app/graphql
  type: BaseURL
- url: https://linear.app/developers/oauth-2-0-authentication
  type: Authentication