Retrieves a specific incident_feedback by id
curl --request GET \
--url https://api.rootly.com/v1/feedbacks/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "5b21c076-b33e-4845-8f41-b194a9d1d7dd",
"type": "incident_feedbacks",
"attributes": {
"rating": 3,
"rating_humanized": "Somewhat satisfied",
"feedback": "Sunt aut eligendi assumenda.",
"anonymous": false,
"updated_at": "2025-12-19T18:16:05.224-08:00",
"created_at": "2025-12-19T18:16:05.224-08:00"
}
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/feedbacks/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "5b21c076-b33e-4845-8f41-b194a9d1d7dd",
"type": "incident_feedbacks",
"attributes": {
"rating": 3,
"rating_humanized": "Somewhat satisfied",
"feedback": "Sunt aut eligendi assumenda.",
"anonymous": false,
"updated_at": "2025-12-19T18:16:05.224-08:00",
"created_at": "2025-12-19T18:16:05.224-08:00"
}
}
}