A health check that ensures user snapshots are always current.
curl --request GET \
--url https://production-storytell-ai-platfor-cds2.encr.app/ops/heal-missing-user-snapshots
{
"code": "<string>",
"data": {
"CountAttempted": 123,
"CountHealed": 123,
"Errors": [
"<string>"
],
"Processed": [
"<string>"
],
"TotalRecords": 123
},
"details": {
"consumption": {
"units": 123
},
"operation": {
"duration": 123,
"operationId": "<string>"
}
},
"done": true,
"eventKey": "<string>",
"message": "<string>"
}
Success response
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://production-storytell-ai-platfor-cds2.encr.app/ops/heal-missing-user-snapshots
{
"code": "<string>",
"data": {
"CountAttempted": 123,
"CountHealed": 123,
"Errors": [
"<string>"
],
"Processed": [
"<string>"
],
"TotalRecords": 123
},
"details": {
"consumption": {
"units": 123
},
"operation": {
"duration": 123,
"operationId": "<string>"
}
},
"done": true,
"eventKey": "<string>",
"message": "<string>"
}