v8.3.0
1curl https://app.mindreasoner.com/api/public/v1/minds/123e4567-e89b-12d3-a456-426614174000/snapshots/123e4567-e89b-12d3-a456-426614174003/status \2 -H "Authorization: Bearer <token>"
1{2 "id": "123e4567-e89b-12d3-a456-426614174003",3 "mindId": "123e4567-e89b-12d3-a456-426614174000",4 "status": "completed",5 "startedAt": "2025-01-15T10:00:00.000Z",6 "completedAt": "2025-01-15T10:05:00.000Z"7}
API key passed as Bearer token in Authorization header (e.g., “Authorization: Bearer YOUR_API_KEY”)
format: "uuid"
Processing status (e.g., pending, processing, completed, failed)
format: "date"