Retrieves a specific incident_feedback by id
curl --request GET \
--url https://api.rootly.com/v1/feedbacks/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "03dc02af-3a29-4855-9372-8e5ceec54141",
"type": "incident_feedbacks",
"attributes": {
"rating": 3,
"rating_humanized": "Somewhat satisfied",
"feedback": "In repellat voluptatem veniam.",
"anonymous": false,
"updated_at": "2026-01-30T15:03:25.346-08:00",
"created_at": "2026-01-30T15:03:25.346-08:00"
}
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/feedbacks/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "03dc02af-3a29-4855-9372-8e5ceec54141",
"type": "incident_feedbacks",
"attributes": {
"rating": 3,
"rating_humanized": "Somewhat satisfied",
"feedback": "In repellat voluptatem veniam.",
"anonymous": false,
"updated_at": "2026-01-30T15:03:25.346-08:00",
"created_at": "2026-01-30T15:03:25.346-08:00"
}
}
}