search
Find account data by prefix across six buckets: verification requests, verifications, hitl, confirmations, authorizations, and API keys. Results are scoped to your account and mask recipient IDs.
Instructions
Prefix-anchored global account search across six resource buckets (verification_requests, verifications, hitl, confirmations, authorizations, api_keys). Case-sensitive prefix match over indexed plaintext fields only; recipient identifiers are masked. Results are scoped to the authenticated account.
ACCESS: needs a Proof account. Set PROOF_API_KEY and restart this server, then call this tool again. start_login does NOT open this tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Prefix-anchored search query (minimum 3 characters) | |
| type | No | Narrow the search to a single result bucket | |
| limit | No | Max results per bucket (default 10, max 25) | |
| environment | No | Scope results to test or production data (default: production) |