Skip to main content
GET
List Data Subject Requests for the authenticated tenant (TRU-57)

Authorizations

Authorization
string
header
required

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

Query Parameters

cursor
string

Opaque cursor from a previous response's next_cursor.

limit
integer
default:50

Page size (1–200, default 50).

Required range: 1 <= x <= 200

Response

Page of DSR requests

items
object[]
required
deprecated

Legacy alias for requests. Present for v1 back-compatibility only. New integrations should read requests. This field will be removed after the 12-month deprecation window closes (see /v1/deprecations).

requests
object[]
required

The page of DSR rows for this tenant. Canonical key — prefer over items.

next_cursor
string

Opaque cursor for the next page; omitted when there are no further rows.