tools.ozone.verification.listVerifications
#main
List verifications
Parameters
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
cursor | string | - | ❌ | Pagination cursor |
limit | integer | - | ❌ | Maximum number of results to return |
createdAfter | string (datetime) | - | ❌ | Filter to verifications created after this timestamp |
createdBefore | string (datetime) | - | ❌ | Filter to verifications created before this timestamp |
issuers | array of did | - | ❌ | - |
subjects | array of did | - | ❌ | - |
sortDirection | string | - | ❌ | Sort direction for creation date |
isRevoked | boolean | - | ❌ | Filter to verifications that are revoked or not. By default, includes both. |
Output
- Encoding: application/json
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
cursor | string | - | ❌ | - |
verifications | array of tools.ozone.verification.defs#verificationView | - | ✅ | - |