For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Connect
BlogHelp CenterAPI PricingSign up
OverviewElevenCreativeElevenAgentsElevenAPIAPI referenceChangelog
OverviewElevenCreativeElevenAgentsElevenAPIAPI referenceChangelog
  • API reference
    • Introduction
    • Authentication
    • Streaming
  • ElevenAgents
        • GETGet agent conversation topics
      • GETList conversations
      • GETGet conversation details
      • DELDelete conversation
      • GETGet conversation audio
      • GETGet signed URL
      • GETGet conversation token
      • POSTSend conversation feedback
      • POSTUpload conversation file
      • DELDelete conversation file
      • GETGet SIP messages for a conversation
  • ElevenAPI
  • ElevenCreative
  • Core Resources
  • Workspace
  • Legacy
LogoLogo
Login
Login
Connect
BlogHelp CenterAPI PricingSign up
ElevenAgentsConversationsTopics

Get agent conversation topics

GET
/v1/convai/agents/:agent_id/topics
GET
/v1/convai/agents/:agent_id/topics
$curl https://api.elevenlabs.io/v1/convai/agents/agent_id/topics
1{
2 "topics": [
3 {
4 "topic_id": "string",
5 "label": "string",
6 "description": "string",
7 "conversation_count": 1,
8 "parent_topic_id": "string",
9 "x_2d": 1.1,
10 "y_2d": 1.1
11 }
12 ],
13 "window_start_unix_secs": 1,
14 "window_end_unix_secs": 1
15}
Returns the latest topic discovery run results for a given agent.
Was this page helpful?
Previous

List tags

Next
Built with

Path parameters

agent_idstringRequired
ID of the agent

Headers

xi-api-keystringOptional

Response

Successful Response
topicslist of objects
window_start_unix_secsinteger
window_end_unix_secsinteger

Errors

422
Unprocessable Entity Error