Retrieves a specific incident_feedback by id
curl --request GET \
--url https://api.rootly.com/v1/feedbacks/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "8b530c37-9f2c-4af7-9fde-ef88170816de",
"type": "incident_feedbacks",
"attributes": {
"rating": 0,
"rating_humanized": "Very dissatisfied",
"feedback": "Quis quibusdam temporibus sed.",
"anonymous": false,
"updated_at": "2026-02-19T19:11:25.705-08:00",
"created_at": "2026-02-19T19:11:25.705-08:00"
}
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/feedbacks/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "8b530c37-9f2c-4af7-9fde-ef88170816de",
"type": "incident_feedbacks",
"attributes": {
"rating": 0,
"rating_humanized": "Very dissatisfied",
"feedback": "Quis quibusdam temporibus sed.",
"anonymous": false,
"updated_at": "2026-02-19T19:11:25.705-08:00",
"created_at": "2026-02-19T19:11:25.705-08:00"
}
}
}