Returns the full snapshot detail (automations, prompts, templates, source refs, counts) for the given snapshot id, subject to access rules.
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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Snapshot returned
{
"_id": "665f1a0c0e0a4b001a2c9f80",
"name": "Top performer baseline 2026-05",
"description": "Senior AE automations and prompts for Q2 rollout.",
"sourceOrgId": "64ee9a8b1e7f2a0011223344",
"sourceOrgName": "Acme Corp",
"sourceUserEmail": "alex@acme.example",
"sourceUserName": "Alex Rep",
"counts": {
"automations": 5,
"prompts": 8,
"templates": 12
},
"createdBy": "64ee9a8b1e7f2a001122339b",
"createdByName": "Pat Admin",
"createdByRole": "ADMIN",
"isGlobal": false,
"assignedOrgIds": ["64ee9a8b1e7f2a0011223344"],
"createdAt": "2026-05-15T09:00:00.000Z",
"updatedAt": "2026-05-15T09:00:00.000Z",
"automations": [
{
"name": "Move to Contacted on first reply"
}
],
"prompts": [{ "name": "Default warm-up prompt" }],
"templates": [
{ "name": "Intro - new lead", "type": "sms" }
],
"sourcePipelineStageRefs": [
{
"automationName": "Move to Contacted on first reply",
"field": "targetStage",
"value": "Contacted",
"refType": "pipelineStage",
"fieldLocation": "actions"
}
]
}