> ## 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 Attack Path Types

Retrieve all the possible attack path types.

<Note>
  External Documentation

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

## Basic Parameters

<div className="integrations-table">
  | Parameter | Description                                                                                                                          |
  | --------- | ------------------------------------------------------------------------------------------------------------------------------------ |
  | Finding   | Filter results by column string value.<br /><br />Valid predicates: `eq` (equal), `~eq` (case-insensitive equal), `neq` (not equal). |
  | Sort By   | The column to sort by. <br /><br />**Note:** The only sortable column is `finding`.                                                  |
</div>

## Advanced 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"}
{
	"data": [
		"ADCSESC1",
		"ADCSESC2",
		"ADCSESC3",
		"Kerberoasting",
		"DCSync"
	]
}
```

## Workflow Library Example

[List Attack Path Types with Bloodhound and Send Results Via Email](https://library.blinkops.com/workflows/list-attack-path-types-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/list-attack-path-types-with-bloodhound-and-send-results-via-email/canvas" />
</div>
