list_verifications
List the account's verifications, most recent first. Optional filters: status (pending|queued|in_progress|completed|failed), result (true=authentic, false=not), tags (list of tag names, case-insensitive) and tag_match ('all' = every listed tag must be on the verification, the default; 'any' = at least one). Use list_tags to discover names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | Page size, 1-100. | |
| tags | No | Only verifications carrying these tag names (case-insensitive). | |
| offset | No | Number of verifications to skip, for paging. | |
| result | No | true: only verifications judged authentic; false: only those that were not. | |
| status | No | Only verifications in this processing status. | |
| tag_match | No | 'all': every listed tag must be present; 'any': at least one. | all |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||