feedback
Get Feedback Rating V2
API Reference
- Api reference
- Getting Started
- Schemas
protect
trace
log_stream
experiment
feedback
API Reference
feedback
Get Feedback Rating V2
GET
/
v2
/
projects
/
{project_id}
/
feedback
/
templates
/
{template_id}
/
traces
/
{trace_id}
/
rating
curl --request GET \
--url https://api.acme.rungalileo.io/v2/projects/{project_id}/feedback/templates/{template_id}/traces/{trace_id}/rating \
--header 'Galileo-API-Key: <api-key>'
{
"explanation": "<string>",
"rating": {
"feedback_type": "like_dislike",
"value": true
},
"created_at": "2023-11-07T05:31:56Z",
"created_by": "<string>"
}
Authorizations
Response
200
application/json
Successful Response
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://api.acme.rungalileo.io/v2/projects/{project_id}/feedback/templates/{template_id}/traces/{trace_id}/rating \
--header 'Galileo-API-Key: <api-key>'
{
"explanation": "<string>",
"rating": {
"feedback_type": "like_dislike",
"value": true
},
"created_at": "2023-11-07T05:31:56Z",
"created_by": "<string>"
}