GET
/
v1
/
feedbacks
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/feedbacks/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "3c486fb8-d287-42d2-82c9-717efb2c2e40",
    "type": "incident_feedbacks",
    "attributes": {
      "rating": 4,
      "rating_humanized": "Very satisfied",
      "feedback": "Ut commodi nesciunt quisquam.",
      "anonymous": false,
      "updated_at": "2025-04-18T18:19:08.979-07:00",
      "created_at": "2025-04-18T18:19:08.979-07: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

200
application/vnd.api+json
incident_feedback found
data
object
required