List Skills Checkoff Assignments

Assignments of skills checkoff templates to students. is_practice / mode distinguish practice vs graded.

Query Parameters
  • cursor
    Type: string Format: uuid
  • limit
    Type: integer
    min:  
    1
    max:  
    500

    Integer numbers.

  • updated_since
    Type: string Format: date-time

    the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

Responses
  • application/json
  • application/json
  • application/json
  • application/json
Request Example for get/skills_checkoff_assignments
curl https://app.healthtasks.ai/api/v1/skills_checkoff_assignments \
  --header 'x-healthtasks-api-key: YOUR_SECRET_TOKEN'
{
  "data": [
    {
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "template_id": "123e4567-e89b-12d3-a456-426614174000",
      "assigned_to": "123e4567-e89b-12d3-a456-426614174000",
      "assigned_by": "123e4567-e89b-12d3-a456-426614174000",
      "classroom_id": "123e4567-e89b-12d3-a456-426614174000",
      "assigned_date": "2026-07-09T15:48:22.805Z",
      "due_date": "2026-07-09T15:48:22.805Z",
      "is_completed": true,
      "is_practice": true,
      "mode": "string",
      "attempt_count": 1,
      "parent_assignment_id": "123e4567-e89b-12d3-a456-426614174000",
      "created_at": "2026-07-09T15:48:22.805Z",
      "template": {},
      "assignee": {},
      "classroom": {}
    }
  ],
  "next_cursor": "string",
  "high_watermark": "2026-07-09T15:48:22.805Z"
}