Skip to main content
GET
List feedback for the tenant with cursor-based pagination

Authorizations

Authorization
string
header
required

SDK API key (tl_...) or Clerk session JWT

Query Parameters

project_id
string<uuid>
trace_id
string<uuid>
label
enum<string>
Available options:
good,
bad,
neutral
from
string<date-time>

RFC3339 lower bound on created_at (inclusive). Optional.

to
string<date-time>

RFC3339 upper bound on created_at (inclusive). Optional. Must be >= from when both are set.

cursor
string

Response

Feedback list

feedback
object[]
required
next_cursor
string

Opaque cursor for the next page. Omitted when there are no more rows.