Files
sonr/docs/reference/queries/query-did-list-all-documents.mdx
T

17 lines
404 B
Plaintext
Raw Normal View History

2025-10-03 14:45:52 -04:00
---
title: List All DID Documents
description: Browse all decentralized identifiers in the system
2026-09-02 16:53:38 -04:00
seo:
title: "DID Directory"
2025-10-03 14:45:52 -04:00
---
2026-09-02 16:53:38 -04:00
:::note
This endpoint returns all DIDs including deactivated ones.
Filter by the `deactivated` field for active DIDs only.
:::
2025-10-03 14:45:52 -04:00
2026-09-02 16:53:38 -04:00
:::tip
For large systems, use pagination parameters to retrieve documents
in manageable chunks. Start with a reasonable limit like 50-100.
:::