# Profiles

People: who they are, where they've worked, what they hold and what's been said about them.

Canonical: https://chikaraintel.com/docs/api/reference/profiles

List endpoints return a short summary per person. Fetch one profile for the full work history, then ownership and articles as separate calls.

```json
{
  "reference": "a1b2c3d4-e5f6-4a7b-9c8d-e9f0a1b2c341",
  "name": "Elena Marchetti",
  "current_role": {
    "title": "Chief Financial Officer",
    "organisation": "Halberd Industrial Group",
    "start_date": "2026-09-01"
  }
}
```

## Operations

- GET `/v1/profiles`: Search people by name, organisation or profile type. Sorted by surname, then first name.
- GET `/v1/profiles/{profileReference}`: One person: names, current role, work history and contact emails.
- GET `/v1/profiles/{profileReference}/ownership`: The stakes a person holds in organisations.
- GET `/v1/profiles/{profileReference}/articles`: Articles where the person is quoted or discussed, with the annotated statements. Newest first.
