Get snapshot details

Returns detailed information about a specific snapshot, with optional transcript and psychometric data

Authentication

AuthorizationBearer

API key passed as Bearer token in Authorization header (e.g., “Authorization: Bearer YOUR_API_KEY”)

Path parameters

mindIdstringRequired
snapshotIdstringRequired

Query parameters

includeTranscriptbooleanOptional

Include transcript data (default: true)

includePsychometricsbooleanOptional

Include psychometric data (default: true)

Response

Successful response with snapshot details
idstring
mindIdstring
artifactIdstring or null
mindsetDatestring or nullformat: "date"
statusstring
startedAtstring or nullformat: "date"
completedAtstring or nullformat: "date"
createdAtstring or nullformat: "date"
updatedAtstring or nullformat: "date"
psychometricCountdouble or null
keyTopicCountdouble or null
findingCountdouble or null
transcriptslist of any or null

Included when includeTranscript=true

psychometricsany or null

Included when includePsychometrics=true

Errors