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

# Get Passphrases

Show the passphrase for the agents that match the filter. This is an important command. You need the passphrase for most SentinelCtl commands and for different API commands.

## Basic Parameters

<div className="integrations-table">
  | Parameter        | Description                                                                                                                  |
  | ---------------- | ---------------------------------------------------------------------------------------------------------------------------- |
  | Active Threats   | Include agents with this amount of active threats. Example: 3.                                                               |
  | Cursor           | Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: "YWdlbnRfaWQ6NTgwMjkzODE=". |
  | Is Active        | Include only active agents.                                                                                                  |
  | Limit            | Limit number of returned items (1-1000). Example: 10.                                                                        |
  | Return All Pages | Automatically fetch all resources, page by page.                                                                             |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter              | Description                                                                       |
  | ---------------------- | --------------------------------------------------------------------------------- |
  | Account IDs            | List of account IDs to filter by. Example: 225494730938493804,225494730938493915. |
  | Active Directory Query | An Active Directory query string. Example: CN=Managers,DC=sentinelone,DC=com.     |
</div>

## Example Output

```json theme={"dark"}
{
	"data": [
		{
			"lastLoggedInUserName": "janedoe3",
			"id": "225494730938493804",
			"passphrase": "DUNE BRAG LINT RATE ATE WEE BLOB BUSS SIS TINY GREW SHOD",
			"uuid": "ff819e70af13be381993075eb0ce5f2f6de05be2",
			"domain": "mybusiness.net",
			"computerName": "JOHN-WIN-4125"
		}
	],
	"pagination": {
		"nextCursor": null,
		"totalItems": 0
	}
}
```

## Workflow Library Example

[Get Passphrases with Sentinelone and Send Results Via Email](https://library.blinkops.com/workflows/get-passphrases-with-sentinelone-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/get-passphrases-with-sentinelone-and-send-results-via-email/canvas" />
</div>
