Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
List Persona inquiries for KYC and onboarding review
| Field | Value |
|---|---|
| Name | persona__list_inquiries |
| Group | Integrations |
{
"type": "object",
"properties": {
"page[limit]": {
"type": "number",
"description": "Maximum inquiries to return"
},
"filter[status]": {
"type": "string",
"description": "Optional inquiry status filter"
}
},
"description": "Input schema for the persona__list_inquiries tool."
}