List Agents
Agents
List Agents
Retrieve a paginated list of all your agents
GET
List Agents
Documentation Index
Fetch the complete documentation index at: https://docs.eigi.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
List all agents owned by the API key holder with pagination, search, and filtering by type and category.Authentication
Your eigi.ai API key. Must be prefixed with
vk_.Query Parameters
Page number (minimum: 1).
Items per page (minimum: 1, maximum: 100).
Search in agent name and description.
Filter by agent type:
INBOUND or OUTBOUND.Filter by agent category (e.g.,
Customer Service, Sales).Response
Array of agent objects — each containing the full agent configuration (id, name, type, STT/LLM/TTS config, prompt, tools, etc.).
Total number of agents matching the criteria.
Current page number.
Number of items per page.
Total number of pages available.
Authorizations
API key for authentication. Get your API key from the eigi.ai Dashboard under Settings → API Keys.
Query Parameters
Page number
Required range:
x >= 1Items per page (max: 100)
Required range:
1 <= x <= 100Search in agent name and description
Filter by agent type
Available options:
INBOUND, OUTBOUND Filter by agent category

