Retrieves detailed information about a specific checkin by its UUID
GET
curl -i -X GET \
'https://api.rhythms.ai/rest/v2/checkins/{id}'Success
Response
{
"uuid": "string",
"goal_uuid": "string",
"metric_uuid": null,
"value": null,
"progress": null,
"score": null,
"checkin_date": "string",
"status": "not_started",
"note": null,
"creator_uuid": "string",
"source_info": "{}",
"mentioned_entities": "[]"
}