# Organisations

Companies, funds and firms, with their people, ownership links and AUM.

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

Pass `show_empty=true` on name lookups. Without it the list searches only organisations with recorded activity, which suits browsing but misses most names.

```json
{
  "reference": "3f2a9c1e-7b4d-4e8a-9c21-5d6e7f8a9b01",
  "name": "Halberd Industrial Group",
  "totals": {
    "employees": 3200
  },
  "status": "active",
  "verified": true,
  "confidence": 88
}
```

## Operations

- GET `/v1/organisations`: Search organisations by name and filter by industry, country, status, activity and score.
- GET `/v1/organisations/{organisationReference}`: One organisation: description, listings, domains, industries, addresses and the latest AUM record.
- GET `/v1/organisations/{organisationReference}/people`: Everyone with a recorded role at the organisation, grouped as executives, professionals and alumni.
- GET `/v1/organisations/{organisationReference}/ownership`: Who owns the organisation, people and organisations both, and what it owns.
