> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dacard.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Get portfolio (legacy)

> Single-account portfolio view. Superseded by /api/intelligence/portfolio for cross-account roll-ups.

Single-account portfolio view. Returns the products list, last-score snapshot per product, and the account-level composite. Superseded by [Get portfolio intelligence](/api-reference/intelligence/get-portfolio) for cross-account roll-ups; both routes remain.

```bash theme={null}
curl -X GET https://app.dacard.ai/api/portfolio \
  -H "Authorization: Bearer $DACARD_API_KEY"
```

| Property           | Value              |
| ------------------ | ------------------ |
| **Auth**           | Required           |
| **Required scope** | Account membership |
| **Idempotent**     | Yes                |

## Errors

| Status | Code             | When         |
| ------ | ---------------- | ------------ |
| 401    | `AUTH_REQUIRED`  | No session.  |
| 500    | `INTERNAL_ERROR` | Read failed. |
