List Evaluation Templates

Evaluation form definitions. target_type explains what evaluations.target_id refers to (student, preceptor, or location).

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/evaluation_templates
curl https://app.healthtasks.ai/api/v1/evaluation_templates \
  --header 'x-healthtasks-api-key: YOUR_SECRET_TOKEN'
{
  "data": [
    {
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "name": "string",
      "description": "string",
      "target_type": "string",
      "grading_type": "string",
      "score_type": "string",
      "is_active": true,
      "archived": true,
      "created_at": "2026-07-09T15:48:22.943Z",
      "updated_at": "2026-07-09T15:48:22.943Z"
    }
  ],
  "next_cursor": "string",
  "high_watermark": "2026-07-09T15:48:22.943Z"
}