Skip to main content
GET
Retrieve Feedback

Overview

Returns a single feedback item by its fbk_ ID. Use it to poll a report as it moves through its status lifecycle so you know your report was seen and acted on. Reads are strictly org-scoped. A feedback ID that belongs to another organization returns 404 not_found, exactly like an ID that does not exist, so nothing leaks about other orgs’ reports. Any valid API key may read; no special scope is required. Retrieving feedback does not consume metered usage.

Status lifecycle

Every report starts at open and moves forward as the Signa team works it: Poll this endpoint (or filter List Feedback by status) to follow the transition.

Path Parameters

string
required
Feedback identifier (fbk_...) returned when you submitted the report.

Response

Same fields as a single feedback object.

Code Examples

Errors