> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Agents

Retrieve a list of all agents.

<Note>
  External Documentation

  To learn more, visit the [Teramind documentation](https://apidoc.dev.teramind.co/#3860239a-567a-4286-8393-fc40abce7ce8).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter              | Description                       |
  | ---------------------- | --------------------------------- |
  | Include Deleted Agents | Select to include deleted agents. |
</div>

## Example Output

```json theme={"dark"}
[
	{
		"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": ""
	}
]
```

## Workflow Library Example

[List Agents with Teramind and Send Results Via Email](https://library.blinkops.com/workflows/list-agents-with-teramind-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/list-agents-with-teramind-and-send-results-via-email/canvas" />
</div>
