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

Return information for an individual endpoint based on it's `Endpoint Key`.

**Note**: This action requires the `Grant resource - Read` API permission.

<Note>
  External Documentation

  To learn more, visit the [Duo documentation](https://duo.com/docs/adminapi#retrieve-endpoint-by-id).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter    | Description                                 |
  | ------------ | ------------------------------------------- |
  | Endpoint Key | The key (`epkey`) of the required endpoint. |
</div>

## Example Output

```json theme={"dark"}
{
  "stat": "OK",
  "response": {
    "browsers": [{
      "browser_family": "Edge Chromium",
      "browser_version": "91.0.864.54",
      "flash_version": "uninstalled",
      "java_version": "uninstalled",
      "last_used": 1624459875
    }],
    "computer_sid": "S-1-5-21-3284820969-3957662392-1842130629",
    "cpu_id": "561699bcbac7533644465b4f16637adf5870773b571f6d5b90bbfaeb2f0ba568",
    "device_identifier": "561699bcbac7533644465b4f16637adf5870773b571f6d5b90bbfaeb2f0ba568",
    "device_identifier_type": "hardware_serial",
    "device_name": "AMOSSPC",
    "disk_encryption_status": "Off",
    "domain_sid": "",
    "email": "",
    "epkey": "EPQC0C77F6MLXBCXCSWP",
    "firewall_status": "On",
    "hardware_uuid": "",
    "health_app_client_version": "2.14.0",
    "health_data_last_collected": 1624459875,
    "last_updated": 1624459875,
    "machine_guid": "6345e8c1-e717-4c68-a0f9-34cd0789e17f",
    "model": "",
    "os_build": "",
    "os_family": "Windows",
    "os_version": "10.0.19041.1052",
    "password_status": "Set",
    "type": "",
    "username": "amoss"
  },
}
```

## Workflow Library Example

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