cURL
curl --request GET \ --url https://api.galileo.ai/v2/projects/{project_id}/annotation/templates/{template_id}/records/{record_id}/rating \ --header 'Galileo-API-Key: <api-key>'
{ "rating": { "value": true, "annotation_type": "like_dislike" }, "created_at": "2023-11-07T05:31:56Z", "created_by": "<string>", "explanation": "<string>" }
Successful Response
Show child attributes
1
Was this page helpful?