cURL
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 } } ] }
Returns the list of organization-level snapshots. Superadmin only.
Documentation IndexFetch the complete documentation index at: https://docs.tetherai.ca/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.tetherai.ca/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Snapshots returned
Show child attributes