External DocumentationTo learn more, visit the Teramind documentation.
Actions
Get Agent Data
Get the details of an agent by its ID.

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 | The ID of the agent. |
{
"agent_id": 100,
"name": "Agent Name",
"email_address": "agent@email.com",
"avatar": "/img/default-user-avatar.png"
}
Was this page helpful?