External DocumentationTo learn more, visit the Teramind documentation.
Actions
List Agents Data
Retrieve data for all agents.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Agent Fields | Select the agent fields to return. |
[
{
"agent_id": 100,
"name": "Agent Name",
"email_address": "agent@email.com",
"avatar": "/img/default-user-avatar.png",
"online": true
}
]
Was this page helpful?