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

Returns details for specific endpoints. You must select the field and value for filtering the endpoints.

<Note>
  External Documentation

  To learn more, visit the [Cortex XDR documentation](https://docs-cortex.paloaltonetworks.com/r/Cortex-XDR-Platform-APIs/Get-Endpoint).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter             | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  | --------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Endpoint Filter Value | You must select the field via the `Filter by` parameter before entering its value. <br /><br />**Note**: Only in case you've chosen the `hostname` field, you can use the dropdown to insert its value. For all other fields, **manually** enter the value.                                                                                                                                                                                                                                                                                                     |
  | Filter By             | Select the field to filter by.<br />Available fields:<br /><br />`endpoint_id_list`: List of endpoint IDs.<br /><br />`endpoint_status`: The endpoint's status.<br /><br />`hostname`: Host name.<br /><br />`group_name`: Group name the agent belongs to.<br /><br />`dist_name`: Distribution / Installation Package name.<br /><br />`ip_list`: List of IP addresses.<br /><br />`public_ip_list`: Public IP addresses that correlate to the last IPv4 address from which the XDR agent connected (know as Last Origin IP).<br /><br />`alias`: Alias name. |
</div>

## Example Output

```json theme={"dark"}
{
	"reply": {
		"total_count": 0,
		"result_count": 0,
		"endpoints": [
			{
				"endpoint_id": "string",
				"endpoint_name": "string",
				"endpointTags": "string",
				"endpoint_type": "string",
				"endpoint_status": "string",
				"os_type": "string",
				"os_version": "string",
				"ip": [
					"string"
				],
				"ipv6": [
					{}
				],
				"public_ip": "string",
				"users": [
					"string"
				],
				"domain": "string",
				"alias": "string",
				"first_seen": 0,
				"last_seen": 0,
				"content_version": "string",
				"installation_package": "string",
				"active_directory": null,
				"install_date": 0,
				"endpoint_version": "string",
				"is_isolated": "string",
				"isolated_date": null,
				"group_name": [
					{}
				],
				"operational_status": "string",
				"operational_status_description": "string",
				"scan_status": "string",
				"content_release_timestamp": 0,
				"last_content_update_time": 0,
				"content_status": "string",
				"operating_system": "string",
				"mac_address": [
					"string"
				],
				"assigned_prevention_policy": "string",
				"assigned_extensions_policy": "string"
			}
		]
	}
}
```

## Workflow Library Example

[Get Endpoint with Cortex Xdr and Send Results Via Email](https://library.blinkops.com/workflows/get-endpoint-with-cortex-xdr-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-endpoint-with-cortex-xdr-and-send-results-via-email/canvas" />
</div>
