Skip to main content
Version: v3

Search Agents

GET 

/conversation-ai/agents/search

Searches for AI agents based on various criteria including name, status, and configuration. Supports advanced filtering and full-text search capabilities.

Request

Version stringrequired

API Version

Available optionsv3
startAfter string

Start after is the agent id to start after, Serving as skip, send empty when first page

limit number

Records per page

query string

query to search on agent name, must be provided in lowercase

application/json

Successful response

Schema
    agentsobject[]required

    List of agents matching the search criteria.

    totalCountnumberrequired

    Total number of agents in the location (unfiltered count).

    countnumberrequired

    Number of agents in the current response (filtered/paginated count).