---
title: "Get current and historical company officers"
method: GET
path: "/api/v1/company/{slug}/officers"
tags: ["Companies", "Persons"]
---

# Get current and historical company officers

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

Return at most 500 officer mentions from the same cached, policy-filtered company projection used by the canonical company route. The JSON body is capped at 1 MiB. Persons are documentary mentions only — no DNI, contact data or personal address.

## Path parameters

- `slug` string, required

## Response `200`

Officer list

- OfficerDocumentaryMention[]
  - `name` string
  - `person_slug` string, nullable
  - `role` string, nullable
  - `appointed_at` string, nullable
  - `ended_at` string, nullable
  - `source` string, nullable
  - `source_url` string, uri, nullable

## Other responses

- `404` — Resource not found
- `429` — Rate limit exceeded
- `503` — Bounded cached officer projection unavailable

---

[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)
