Skip to main content
GET
/
web-agent
/
my-web-agent
Get all web agents for the authenticated user
curl --request GET \
  --url https://api.cleartalk.ai/web-agent/my-web-agent \
  --header 'x-api-key: <api-key>'
{
  "data": [
    {
      "agent_id": "<string>",
      "metadata": {}
    }
  ]
}

Authorizations

x-api-key
string
header
required

API Key for authentication

Query Parameters

Search

limit
number

Limit of items per page

page
number

Page number for pagination

Response

200 - application/json

Returns a list of web agents

data
object[]