# Passu API ## Docs - [Get an analysis](https://docs.passu.ai/api-reference/analyses/get-an-analysis.md): Retrieve a single analysis by id. - [List analyses](https://docs.passu.ai/api-reference/analyses/list-analyses.md): List analyses. - [Exchange an API key for an access token](https://docs.passu.ai/api-reference/auth/exchange-an-api-key-for-an-access-token.md): Exchange a public API key for a bearer token. - [Get a company](https://docs.passu.ai/api-reference/companies/get-a-company.md): Retrieve a single company by id. - [List companies](https://docs.passu.ai/api-reference/companies/list-companies.md): List companies visible to the authenticated account. - [Get an event](https://docs.passu.ai/api-reference/events/get-an-event.md): Retrieve a single event by id. - [List events](https://docs.passu.ai/api-reference/events/list-events.md): List events, optionally filtered by company, sector, type, or date range. - [Get a metric](https://docs.passu.ai/api-reference/metrics/get-a-metric.md): Retrieve a single metric by id. - [List metrics](https://docs.passu.ai/api-reference/metrics/list-metrics.md): List metrics. - [Get a sector](https://docs.passu.ai/api-reference/sectors/get-a-sector.md): Retrieve a single sector by id. ``?include_ancestors=true`` adds the ancestor chain (root → parent) in one round-trip. - [List sectors](https://docs.passu.ai/api-reference/sectors/list-sectors.md): List sectors visible to the authenticated account. - [Authentication](https://docs.passu.ai/authentication.md): Authenticate to the Passu API with Passu-managed API keys. - [Passu API](https://docs.passu.ai/index.md): Public API for sectors, companies, events, metrics, and analyses. - [Rate Limits](https://docs.passu.ai/rate-limits.md): Public API rate limiting behavior. ## OpenAPI Specs - [openapi](https://docs.passu.ai/openapi.json)