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

# List contacts

> Returns a paginated list of the workspace's address book contacts.

Live contacts are returned by default; pass `archived=true` to return only the archived
ones. Results are sorted by `name` ascending unless `sortBy`/`order` say otherwise.
Because the sort column is the page cursor's leading key, a `pageCursor` must be replayed
with the same sort it was minted under, or the request is rejected.

Endpoint Permissions: any workspace role may read the address book. Writes are role-gated.




## API Specification

The full API specification for this endpoint is available in the [documentation index](https://developers.fireblocks.com/llms.txt).
