cURL
curl --request POST \ --url https://connvo-dev.convex.cloud/api/run/notes/offline/restoreFromCheckpoint \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "args": { "checkpointId": "<string>", "clientId": "<string>", "meetingId": "<string>" } } '
{ "status": "success", "errorMessage": "<string>", "errorData": {}, "value": { "success": true, "checkpoint": { "contentHash": "<string>", "sequence": 123, "timestamp": 123, "version": 123 } } }
Restores from an offline checkpoint
Standard user authentication token issued via WorkOS. Provide as Authorization: Bearer <user-token>.
Authorization: Bearer <user-token>
Show child attributes
Convex executed your request and returned a result
success
error