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
OverviewElevenCreativeElevenAgentsElevenAPIReception AIAPI referenceChangelog
OverviewElevenCreativeElevenAgentsElevenAPIReception AIAPI referenceChangelog
  • Get started
    • Overview
    • Quickstart
  • Configure
    • Overview
    • Voice & language
    • Knowledge base
    • Tools
    • Personalization
    • Authentication
  • Deploy
    • Overview
    • Environment variables
    • WhatsApp
    • Batch calls
  • Monitor
    • Overview
    • Users
    • Testing
    • Experiments
    • Versioning
    • Conversation Analysis
    • Analytics
    • Real-time monitoring
    • OpenTelemetry traces
    • Privacy
    • Cost optimization
    • CLI
  • Advanced
    • Events
    • Custom models
    • LLM cascading
    • Post-call webhooks
  • Resources
    • UI components
  • Guides
    • Chat Mode
    • Burst pricing
    • ElevenLabs' docs agent
    • Scaling user interviews
    • Simulate Conversations
LogoLogo
Login
Login
Connect
BlogHelp CenterAPI PricingSign up
On this page
  • Overview
  • Table columns
  • Search and filters
  • Drill-down
  • API reference
Monitor

Users

Browse end users who have talked to your agents and view their conversations.
Was this page helpful?
Previous

Agent Testing

Build confidence in your agent's behavior with automated testing
Next
Built with

Overview

The Users page lists everyone who has talked to your agents in this workspace — who they are, when they last made contact, and which agent they spoke with.

Each user is identified by the user_id you pass when starting a conversation. See conversation initiation client data for how to set this, or the relevant guide under integrate for your platform.

Users page showing the user list and a selected user's
conversations

Users table with drill-down showing a user's conversation timeline.

Table columns

  • User ID — the external id you passed at session start.
  • Last contact — when the user last interacted (sortable).
  • Agent — the agent involved in that interaction.
  • Conversations — total conversation count (sortable).

Search and filters

Search performs an exact match on user id — enter the full id, not a partial string.

You can also filter by date range, agent, and branch (requires versioning enabled on the selected agent).

Drill-down

Click a row to open that user’s conversations in chronological order. From there you can open any individual conversation the same way as in conversation history.

API reference

List users — request parameters, response shape, and pagination.