> ## 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 All Attack Path Findings

Retrieve all attack path findings and their associated details, including documentation.

<Note>
  External Documentation

  To learn more, visit the [BloodHound documentation](https://bloodhound.specterops.io/reference/attack-paths/get-all-attack-path-findings).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter | Description                                                                    |
  | --------- | ------------------------------------------------------------------------------ |
  | Wait      | Specify a custom timeout in seconds using the wait parameter as per `RFC7240`. |
</div>

## Example Output

```json theme={"dark"}
{
	"findings": [
		{
			"target_id": "S-1-5-21-1234567890-1234567890-1234567890-1001",
			"target_kind": "User",
			"target_properties": {
				"name": "ADMIN@DOMAIN.LOCAL",
				"objectid": "S-1-5-21-1234567890-1234567890-1234567890-1001"
			},
			"finding_name": "ADCSESC1",
			"environment_id": "default",
			"impact_percentage": 85,
			"impact_count": 150,
			"accepted_until": 0,
			"asset_group": "Tier Zero"
		}
	],
	"finding_assets": {}
}
```

## Workflow Library Example

[Get All Attack Path Findings with Bloodhound and Send Results Via Email](https://library.blinkops.com/workflows/get-all-attack-path-findings-with-bloodhound-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-all-attack-path-findings-with-bloodhound-and-send-results-via-email/canvas" />
</div>
