# Cura API > Public, read-only access to your Cura portfolio. ## Docs - [List the portfolio feed](https://docs.cura.inc/api-reference/feed/list-the-portfolio-feed.md): Feed entries across the whole portfolio, newest first. Includes both public (social, news) and private (forwarded email/document) entries — each carries a `private` flag. - [Get a company's feed](https://docs.cura.inc/api-reference/portfolio/get-a-companys-feed.md): Feed entries for a single company, newest first. Same shape as `GET /feed`. - [Get a company's latest metrics](https://docs.cura.inc/api-reference/portfolio/get-a-companys-latest-metrics.md): Returns the latest reported value of each of the company's metrics (standard + custom). - [Get a portfolio company](https://docs.cura.inc/api-reference/portfolio/get-a-portfolio-company.md) - [List portfolio companies](https://docs.cura.inc/api-reference/portfolio/list-portfolio-companies.md) - [Authentication](https://docs.cura.inc/authentication.md): Authenticate requests with a workspace API key. - [Introduction](https://docs.cura.inc/introduction.md): Read-only access to your Cura portfolio over HTTP. - [Pagination](https://docs.cura.inc/pagination.md): Page through collections with offset or cursor pagination. ## OpenAPI Specs - [openapi](https://docs.cura.inc/openapi.json)