List AI agents
AI Agents
Get AI Agents
Returns a flat paginated list of AI agents for the authenticated business. Pass flat=true to skip folder grouping. Distinct from human agents under /agents.
GET
List AI agents
Call this endpoint on the AI service:
https://ai.pingmee.co.il with flat=true. Returns up to 25 agents per page (override with limit). Use lastEvaluatedKey as exclusiveStartKey for the next page. Pass getFiles=true only when you need vector store files for each agent.Authorizations
Personal access token from Pingmee Settings → Developer Tools
Business API key from Pingmee Settings → Developer Tools
Query Parameters
Must be true to return a flat agent list (no folders).
Available options:
true When true, loads vector store files for each agent. Defaults to omitting file contents.
Available options:
true Page size. Defaults to 25.
Required range:
x >= 1URI-encoded JSON pagination cursor from a previous response lastEvaluatedKey.