Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
incident_feedback found
Retrieves a specific incident_feedback by id
curl --request GET \
--url https://api.rootly.com/v1/feedbacks/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "926296df-223a-4e04-a97d-dd8791e980f1",
"type": "incident_feedbacks",
"attributes": {
"rating": 0,
"rating_humanized": "Very dissatisfied",
"feedback": "Et sed quia omnis.",
"anonymous": false,
"updated_at": "2025-11-06T13:24:58.634-08:00",
"created_at": "2025-11-06T13:24:58.634-08:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
incident_feedback found
Show child attributes
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/feedbacks/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "926296df-223a-4e04-a97d-dd8791e980f1",
"type": "incident_feedbacks",
"attributes": {
"rating": 0,
"rating_humanized": "Very dissatisfied",
"feedback": "Et sed quia omnis.",
"anonymous": false,
"updated_at": "2025-11-06T13:24:58.634-08:00",
"created_at": "2025-11-06T13:24:58.634-08:00"
}
}
}