Get Skills Checkoffs

Path Parameters
  • id
    Type: string Format: uuid
    required
Responses
  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
Request Example for get/skills_checkoffs/{id}
curl https://app.healthtasks.ai/api/v1/skills_checkoffs/123e4567-e89b-12d3-a456-426614174000 \
  --header 'x-healthtasks-api-key: YOUR_SECRET_TOKEN'
{
  "data": {
    "id": "123e4567-e89b-12d3-a456-426614174000",
    "student_id": "123e4567-e89b-12d3-a456-426614174000",
    "assignment_id": "123e4567-e89b-12d3-a456-426614174000",
    "is_practice": true,
    "mode": "string",
    "status": "string",
    "final_score": 1,
    "submitted_at": "2026-07-09T15:48:22.898Z",
    "finalized_at": "2026-07-09T15:48:22.898Z",
    "created_at": "2026-07-09T15:48:22.898Z",
    "updated_at": "2026-07-09T15:48:22.898Z",
    "student": {},
    "assignment": {},
    "template": {}
  }
}