---
title: "Get documentary relationships of a company"
method: GET
path: "/api/v1/company/{slug}/relationships"
tags: ["Companies"]
---

# Get documentary relationships of a company

`GET /api/v1/company/{slug}/relationships`

Return all documented relationships between this company and other entities (companies, persons, contracts, grants, IP assets, organisms). Each relationship includes source attribution, date, confidence level and evidence URL. LEGAL NOTE: relationships are documentary only — they do not imply control, responsibility, irregularity or current vigency.

## Path parameters

- `slug` string, required

## Query parameters

- `type` 'officer' | 'domicile' | 'contract' | 'grant' | 'ip' | 'corporate' | 'mention'
- `confidence` 'high' | 'medium' | 'low'

## Response `200`

Documented relationships list

- CompanyRelationshipsResponse
  - `slug` string
  - `count` integer
  - `relationships` RelationshipRecord[]
    - `source_slug` string
    - `relationship_type` string, nullable
    - `name` string, nullable
    - `slug` string, nullable
    - `date` string, nullable
    - `official_url` string, uri, nullable
  - `items` RelationshipRecord[]
    - `source_slug` string
    - `relationship_type` string, nullable
    - `name` string, nullable
    - `slug` string, nullable
    - `date` string, nullable
    - `official_url` string, uri, nullable
  - `source_catalog_version` string
  - `_source_catalog` SourceCatalogEnvelope
    - `catalog_version` string, required
    - `policy_fingerprint` string, required
    - `policy_effective_date` string, date
    - `sources` object, required

## Other responses

- `400` — Invalid request
- `404` — Resource not found
- `429` — Rate limit exceeded
- `500` — The bounded operation failed without exposing internal exception details.
- `503` — The public read failed closed because its legal source catalog, subject classification, bounded projection, database helper or required artifact is unavailable. Clients must not infer an empty result.

---

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