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