Skip to main content
GET
/
ai-agents
/
agent-builder
/
agents
/
{agentUid}
/
tools
/
{slug}
/
actions
Get actions available within a tool for agent
curl --request GET \
  --url https://{appid}.api-{region}.cometchat.io/v3/ai-agents/agent-builder/agents/{agentUid}/tools/{slug}/actions \
  --header 'apikey: <api-key>'

Authorizations

apikey
string
header
required

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

Path Parameters

agentUid
string
required

AI Agent UID

slug
string
required

Get actions available within a tool (e.g., send-email, draft-email)

Response

200

Available tool actions retrieved successfully