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

# List Portfolios

> List the portfolios belonging to your organization

<Snippet file="portfolios/access.mdx" />

See [portfolio limits and references](/guides/portfolios) for current caps and
`external_ref` semantics.

## Overview

Returns a collection with top-level `data`, `has_more`, and `pagination.cursor`.
Portfolios from other organizations are excluded. Each portfolio includes
`trademark_count`; use [Retrieve Portfolio](/api-reference/portfolios/retrieve) for its
membership list.

## Pagination

Use `limit` (default 20, maximum 100) and pass the returned opaque `cursor` to
request the next page.

## Sorting

Sorting defaults to `-created_at`. Supported fields are `created_at`, `updated_at`,
and `name`, each optionally prefixed with `-` for descending order.
