Skip to main content
GET
Read the status of one feedback receipt and ohmyho.st's replies

Authorizations

Authorization
string
header
required

WorkOS access JWT or a user-owned WorkOS API key. User keys are bound to one organization and restricted to their enabled product permissions. Session-only onboarding and session revocation require an interactive access JWT. No cookie session is assumed.

Headers

X-Request-Id
string

Optional caller-provided correlation identifier.

Required string length: 1 - 128

Path Parameters

feedback_id
string
required

Feedback receipt identifier returned on submission.

Pattern: ^[0-9A-HJKMNP-TV-Z]{26}$

Query Parameters

cursor
string

The next_cursor of the preceding page of this receipt.

Pattern: ^[0-9A-HJKMNP-TV-Z]{26}$

Response

The current customer view of the report.

id
string
required
Pattern: ^[0-9A-HJKMNP-TV-Z]{26}$
organization_id
string
required
Pattern: ^[0-9A-HJKMNP-TV-Z]{26}$
submitted_at
string<date-time>
required
status
enum<string>
required

received until ohmyho.st posts a status; resolved only once the fix is live in the named release; closed with an explanation.

Available options:
received,
in_review,
planned,
in_progress,
resolved,
closed
updated_at
string<date-time>
required

Time of the latest customer-visible update in the complete history, or the submission time.

history
object[]
required

One page of customer-visible updates, oldest first.

Maximum array length: 25
next_cursor
string | null
required

Pass as cursor to read the next page; null on the last page.

Pattern: ^[0-9A-HJKMNP-TV-Z]{26}$