> ## 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 Workloads With Legal Hold Snapshots

Get a list of all workloads with legal hold snapshots.

<Note>
  External Documentation

  To learn more, visit the [Rubrik documentation](https://rubrikinc.github.io/rubrik-api-documentation/reference/).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter    | Description                                                                          |
  | ------------ | ------------------------------------------------------------------------------------ |
  | After        | Get only elements from the list that occur after the specified cursor.               |
  | After Time   | Filter snapshots taken after the specified time.                                     |
  | Before       | Get only the elements from the list that occur before the specified cursor.          |
  | Before Time  | Filter snapshots taken before the specified time.                                    |
  | Cluster UUID | The Rubrik cluster UUID of the workload.                                             |
  | First        | Specify the number of elements to retrieve from the beginning of the paginated list. |
  | Last         | Specify the number of elements to retrieve from the end of the paginated list.       |
  | Sort By      | What to sort the results by.                                                         |
  | Sort Order   | The order of the sort.                                                               |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter               | Description                              |
  | ----------------------- | ---------------------------------------- |
  | Filter Field            | Select a field to filter the results by. |
  | Snappable Name          | Filter results by a workload name.       |
  | Snappable Types         | Filter by workload types.                |
  | Snapshot Customizations | Customizations of the snapshot.          |
  | Snapshot Types          | The types of the snapshot.               |
</div>

## Workflow Library Example

[List Workloads with Legal Hold Snapshots with Rubrik and Send Results Via Email](https://library.blinkops.com/workflows/list-workloads-with-legal-hold-snapshots-with-rubrik-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-workloads-with-legal-hold-snapshots-with-rubrik-and-send-results-via-email/canvas" />
</div>
