> For the complete documentation index, see [llms.txt](https://api-docs.rightsline.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api-docs.rightsline.com/avails/avails-dimension-data-1.md).

# Get Snapshots

## Get Snapshots

<mark style="color:blue;">`GET`</mark> `https://ris.rightsline.com/v4/snapshots`

This endpoint returns snapshots

{% tabs %}
{% tab title="200 User's snapshots" %}

```javascript
[
    {
        "snapshotId": "56f4de2a-37be-ef11-835a-065151be1e5f",
        "snapshotName": "Avails Snapshot | 01/01/2024 | test@rightsline.com"
    }
]
```

{% endtab %}
{% endtabs %}
