cURL
curl --request GET \ --url https://api.galileo.ai/v2/projects/{project_id}/feedback/templates/{template_id} \ --header 'Galileo-API-Key: <api-key>'
{ "name": "<string>", "include_explanation": true, "constraints": { "feedback_type": "<string>" }, "id": "<string>", "created_at": "2023-11-07T05:31:56Z", "created_by": "<string>", "position": 123, "criteria": "<string>", "usage_count": 123 }
Successful Response
1 - 255
Show child attributes
"like_dislike"
1
Number of feedback ratings using the template.
Was this page helpful?