ℹ️ These docs are for the free version of Galileo. Documentation for current customers can be found here.
Overview
Get Started
How-to Guides
- Overview
- Logging Basics
- Agentic AI
- Conversational AI
- Luna-2
- Metrics
- Retrieval-Augmented Generation
Cookbooks
- Overview
- Agents
- RAG
Integrations
Concepts
- Metrics
- Luna-2
- Projects
- Logging
- Annotations
- Experiments
- Playground
SDK/API Reference
- Overview
- Logging
- Experiments
- Metrics
- Third-party integrations
- Python SDK Reference
- TypeScript SDK Reference
- API Reference
- health
- auth
- system_users
- annotation
- api_keys
- datasets
- experiment
- feedback
- GETList Feedback Templates V2deprecated
- POSTCreate Feedback Template V2deprecated
- GETGet Feedback Template V2deprecated
- DELDelete Feedback Templatedeprecated
- PATCHUpdate Feedback Templatedeprecated
- POSTReorder Feedback Templatesdeprecated
- GETGet Feedback Rating V2deprecated
- PUTCreate Feedback Rating V2deprecated
- DELDelete Feedback Rating V2deprecated
- POSTApply Bulk Feedback V2deprecated
- GET
- groups
- log_stream
- projects
- protect
- data
- trace
- users
feedback
Get Feedback Rating V2
deprecated
GET
/
v2
/
projects
/
{project_id}
/
feedback
/
templates
/
{template_id}
/
traces
/
{trace_id}
/
rating
Get Feedback Rating V2
Copy
Ask AI
curl --request GET \
--url https://api.galileo.ai/v2/projects/{project_id}/feedback/templates/{template_id}/traces/{trace_id}/rating \
--header 'Galileo-API-Key: <api-key>'
Copy
Ask AI
{
"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?
Get Feedback Rating V2
Copy
Ask AI
curl --request GET \
--url https://api.galileo.ai/v2/projects/{project_id}/feedback/templates/{template_id}/traces/{trace_id}/rating \
--header 'Galileo-API-Key: <api-key>'
Copy
Ask AI
{
"explanation": "<string>",
"rating": {
"feedback_type": "like_dislike",
"value": true
},
"created_at": "2023-11-07T05:31:56Z",
"created_by": "<string>"
}
Assistant
Responses are generated using AI and may contain mistakes.