Get Evaluation Responses

Path Parameters
  • id
    Type: string Format: uuid
    required
Responses
  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
Request Example for get/evaluation_responses/{id}
curl https://app.healthtasks.ai/api/v1/evaluation_responses/123e4567-e89b-12d3-a456-426614174000 \
  --header 'x-healthtasks-api-key: YOUR_SECRET_TOKEN'
{
  "data": {
    "id": "123e4567-e89b-12d3-a456-426614174000",
    "evaluation_id": "123e4567-e89b-12d3-a456-426614174000",
    "question_id": "123e4567-e89b-12d3-a456-426614174000",
    "response_value": 1,
    "comment": "string",
    "created_at": "2026-07-09T15:48:22.898Z",
    "evaluation": {},
    "question": {}
  }
}