crud_search
Search/list objects of any type in the current domain. Use schema_list first to discover available object types. System types: project, tenant, user_account, api_key, connector, audit_log, schema_registry, client_sdk, connector_execution, connector_plugin. Domain types vary per domain (e.g. customer, invoice, appointment, vehicle).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default: 100) | |
| detail | No | Include full object data (default: true) | |
| offset | No | Skip N results for pagination | |
| tenant | No | Optional tenant name to scope the search to (multi-tenant apps: verify a specific named tenant's data). Omit for single-tenant apps — the session/API-key tenant is used. | |
| filters | No | Filter criteria as key-value pairs (e.g. {"status": "active"}) | |
| object_type | Yes | The object type to search (e.g. 'customer', 'project', 'tenant', 'connector') |