Skip to main content
GET
/
api
/
user-snapshots
List user snapshots
curl --request GET \
  --url https://your-instance.example.com/api/user-snapshots \
  --header 'Authorization: Bearer <token>'
{
  "snapshots": [
    {
      "_id": "665f1a0c0e0a4b001a2c9f80",
      "name": "Top performer baseline 2026-05",
      "sourceOrgName": "Acme Corp",
      "sourceUserEmail": "alex@acme.example",
      "counts": {
        "automations": 5,
        "prompts": 8,
        "templates": 12
      },
      "isGlobal": false
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.tetherai.ca/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Snapshots returned

snapshots
object[]
required