---
title: "[BETA] Get company relevance graph"
method: GET
path: "/companies/{company_id}/graph"
tags: ["companies"]
---

# [BETA] Get company relevance graph

`GET /companies/{company_id}/graph`

Ranked relevance signals for a single company — recent material changes, leadership moves, funding, product launches, hiring trends, technology mentions and strategic shifts — drawn from PG:AI insights, public filings and news, web pages, jobs and technologies. Identical behaviour to `GET /companies/{company_id}/relevance`; this alias is retained for legacy clients. Returns `{ items, total, page, per_page }`.

## Path parameters

- `company_id` string, required

## Query parameters

- `q` string
- `per_source` integer
- `date_from` string
- `date_to` string

## Response `200`

Success — `{ items, total, page, per_page }` envelope

- object — Response data

## Other responses

- `400` — Invalid company ID format
- `401` — Unauthorized
- `403` — Access denied. Required: companies:read
- `404` — Company not found
- `500` — Unexpected error

---

[API](https://skmtc.net/getpg/apis/pg-ai-public-api.md) · [All operations](https://skmtc.net/getpg/apis/pg-ai-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getpg/pg-ai-public-api/revisions/cc47d013c073/schema)
