Skip to main content
GET
List my feedback submissions

Authorizations

Authorization
string
header
required

Supabase JWT token in Authorization: Bearer header

Query Parameters

limit
integer
default:50

Maximum rows to return (default 50, max 200).

Required range: 1 <= x <= 200
cursor
string

Opaque pagination token (an offset) from a prior response's next_cursor. Omit for the first page.

Response

Paginated list of the caller's own feedback submissions.

items
object[]
required
next_cursor
string | null
required

Opaque offset token; pass as cursor on the next request. null when there are no further pages.

has_more
boolean
required

Whether additional pages exist.