Skip to main content
GET
/
v1
/
feedbacks
/
{id}
Retrieves an incident feedback
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"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

incident_feedback found

data
object
required