Skip to main content
GET
/
api
/
org-snapshots
List organization snapshots
curl --request GET \
  --url https://your-instance.example.com/api/org-snapshots \
  --header 'Authorization: Bearer <token>'
{
  "snapshots": [
    {
      "_id": "665f1a0c0e0a4b001a2c9f90",
      "name": "Production baseline 2026-05",
      "sourceOrgName": "Acme Corp",
      "counts": {
        "pipelines": 3,
        "automations": 12,
        "prompts": 20,
        "templates": 30
      }
    }
  ]
}

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