Get memory bank snapshot status

Retrieves the current processing status of a memory bank snapshot

Authentication

AuthorizationBearer

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

Path Parameters

mindIdstringRequiredformat: "uuid"
snapshotIdstringRequiredformat: "uuid"

Response

Successful response with assessment status
idstring
Mind assessment ID
mindIdstring
Associated mind ID
statusstring

Processing status (e.g., pending, processing, completed, failed)

startedAtstring or nullformat: "date"
When processing started
completedAtstring or nullformat: "date"
When processing completed

Errors