Retrieve a paginated list of resources for your organization. Resources can be documents, consents, forms.
Pin responses to a specific API version (YYYY-MM-DD). When omitted, defaults to the version stored in your issuer config or today's date.
^\d{4}-\d{2}-\d{2}$"2026-03-03"
Page number
0
Number of items per page
5 <= x <= 10010
Search query to filter by. Is case-insensitive and does not need to match the entire value.
100"example"
Filter by active status. Accepts true/false as string or boolean.
true
Filter by resource types. Can be a single value or array
CONSENT, FORM, DOCUMENT, JSON ["DOCUMENT", "CONSENT"]
Identifier to help you identify the resource in your own system. We recommend using a unique value.
"internal-12345"