> ## 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

List all agents.

<Note>
  External Documentation

  To learn more, visit the [Freshdesk documentation](https://developers.freshdesk.com/api/#list_all_agents).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter        | Description                                                       |
  | ---------------- | ----------------------------------------------------------------- |
  | Email            | Filter agents by email address.                                   |
  | Mobile           | Filter agents by mobile number.                                   |
  | Page             | The page number of the results to retrieve.                       |
  | Per Page         | The maximum number of records to return per page. Maximum is 100. |
  | Phone            | Filter agents by phone number.                                    |
  | Return All Pages | Automatically fetch all resources, page by page.                  |
  | State            | Filter agents by state.                                           |
</div>

## Example Output

```json theme={"dark"}
[
	{
		"available": true,
		"occasional": false,
		"signature": null,
		"id": 1,
		"ticket_scope": 1,
		"created_at": "2015-08-18T16:18:05Z",
		"updated_at": "2015-08-18T16:18:05Z",
		"available_since": null,
		"type": "support_agent",
		"contact": {
			"active": true,
			"email": "sample@freshdesk.com",
			"job_title": null,
			"language": "en",
			"last_login_at": "2015-08-21T14:54:46+05:30",
			"mobile": null,
			"name": "Support",
			"phone": null,
			"time_zone": "Chennai",
			"created_at": "2015-08-18T16:18:05Z",
			"updated_at": "2015-08-25T08:50:20Z"
		},
		"focus_mode": true
	}
]
```

## Workflow Library Example

[List Agents with Freshdesk and Send Results Via Email](https://library.blinkops.com/workflows/list-agents-with-freshdesk-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-freshdesk-and-send-results-via-email/canvas" />
</div>
