Skip to main content
GET
/
ai-agents
/
agent-builder
/
agents
/
{agentId}
/
tools
/
search
Search Agent Tools
curl --request GET \
  --url https://{appid}.api-{region}.cometchat.io/v3/ai-agents/agent-builder/agents/{agentId}/tools/search \
  --header 'apikey: <api-key>'
{
  "success": true,
  "results": []
}

Authorizations

apikey
string
header
required

API Key with fullAccess scope(i.e. Rest API Key from the Dashboard).

Path Parameters

agentId
string
required

Unique identifier of the agent

Query Parameters

key
string

Search term to filter actions by name, description, or slug

slug
string

Filter by specific integration slug

Response

Aggregated search results from all tool sources

success
boolean
Example:

true

results
object[]
Example:
[]