External DocumentationTo learn more, visit the Teramind documentation.
Actions
List Agents
Retrieve a list of 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 |
|---|---|
| Include Deleted Agents | Select to include deleted agents. |
[
{
"agent_id": 0,
"account_id": 0,
"email": "",
"email_address": "",
"first_name": "",
"last_name": "",
"salary": 0,
"default_wage": 0,
"yearly_wage": 0,
"department_id": 0,
"role": 0,
"flags": 0,
"position_id": 0,
"deleted": 0,
"last_web_login": 0,
"tracking_profile": 0,
"schedule_template_id": 0,
"file": ""
}
]
Was this page helpful?