List Agents
Agent API Endpoints
List Agents
GET
List Agents
Retrieve a paginated list of all voice agents associated with your authenticated organization or user account. This endpoint returns detailed configurations for each agent, including their underlying engine settings, configured tools, avatar integrations, and prompt instructions.Documentation Index
Fetch the complete documentation index at: https://docs.lyzr.ai/llms.txt
Use this file to discover all available pages before exploring further.
Pagination Details
When fetching a large number of agents, use the query parameters to control your results:limit: Defines how many agents to return in a single request.offset: Defines how many agents to skip. For example, if you setlimit=10andoffset=10, you will retrieve the second “page” of your agents (items 11 through 20).
The Agent config Object
The response payload contains an agents array. Each agent includes a heavily detailed config object which maps exactly to how the agent behaves in LiveKit. Key sections of this config include:
- Engine Specs: Outlines the specific LLM, STT (Speech-to-Text), and TTS (Text-to-Speech) pipelines powering the agent.
- Knowledge Base: Details any connected Lyzr RAG or Agentic RAG sources the agent uses for context.
- Avatar & Audio: Contains settings for visual avatars (e.g., HeyGen, Tavus, Simli) and background/ambient audio configurations.
- Behavioral Prompts: Defines the agent’s specific role, goals, and dynamic variables injected at runtime.