ghl_conversation_ai_search_agent
Search AI agents by name, status, or configuration using advanced filtering and full-text search. Supports pagination for large result sets.
Instructions
Search Agents Searches for AI agents based on various criteria including name, status, and configuration. Supports advanced filtering and full-text search capabilities. Endpoint: GET /conversation-ai/agents/search (Version header: v3; source: v3/conversation-ai-v3.json) OAuth scopes: conversation-ai.readonly Pagination params: startAfter, limit — pass them to page through full result sets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Records per page | |
| query | No | query to search on agent name, must be provided in lowercase | |
| startAfter | No | Start after is the agent id to start after, Serving as skip, send empty when first page |