Get Skills Checkoff Grades
Path Parameters
- Type: string Format: uuididrequired
Responses
- application/json
- application/json
- application/json
- application/json
- application/json
Request Example for get/skills_checkoff_grades/{id}
curl https://app.healthtasks.ai/api/v1/skills_checkoff_grades/123e4567-e89b-12d3-a456-426614174000 \
--header 'x-healthtasks-api-key: YOUR_SECRET_TOKEN'
{
"data": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"submission_id": "123e4567-e89b-12d3-a456-426614174000",
"step_id": "123e4567-e89b-12d3-a456-426614174000",
"ai_score": 1,
"ai_confidence": "string",
"ai_evidence": "string",
"ai_timestamp": "string",
"educator_score": 1,
"educator_notes": "string",
"is_finalized": true,
"created_at": "2026-07-09T15:48:22.943Z",
"updated_at": "2026-07-09T15:48:22.943Z",
"submission": {},
"step": {}
}
}