Skip to main content
Retrieve data for all agents.
External DocumentationTo learn more, visit the Teramind documentation.

Parameters

ParameterDescription
Agent FieldsSelect the agent fields to return.

Example Output

[
	{
		"agent_id": 100,
		"name": "Agent Name",
		"email_address": "agent@email.com",
		"avatar": "/img/default-user-avatar.png",
		"online": true
	}
]

Workflow Library Example

List Agents Data with Teramind and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop