Highlight Private GraphQL API

Internal GraphQL API that powers the Highlight dashboard at `https://pri.highlight.io`. Used to list, search, and manage workspaces, projects, sessions, errors, logs, traces, dashboards, alerts, and integrations. Authenticated via dashboard session cookie or workspace admin API token; the schema is open-source under `backend/private-graph/graph` but is not a stable public contract.

API entry from apis.yml

apis.yml Raw ↑
aid: highlight-io:highlight-private-graphql-api
name: Highlight Private GraphQL API
tags:
- Observability
- GraphQL
- Management
- Internal
humanURL: https://github.com/highlight/highlight/tree/main/backend/private-graph
properties:
- url: https://github.com/highlight/highlight/tree/main/backend/private-graph
  type: Documentation
- url: https://www.highlight.io/docs/general/product-features/general-features/api
  type: Documentation
description: Internal GraphQL API that powers the Highlight dashboard at `https://pri.highlight.io`. Used
  to list, search, and manage workspaces, projects, sessions, errors, logs, traces, dashboards, alerts,
  and integrations. Authenticated via dashboard session cookie or workspace admin API token; the schema
  is open-source under `backend/private-graph/graph` but is not a stable public contract.