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.

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
- url: graphql/linear-app-graphql.md
  type: GraphQL