Skip to main content
GET
List control actions for the tenant

Authorizations

Authorization
string
header
required

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

Query Parameters

trace_id
string<uuid>
cursor
string
limit
integer
default:50
Required range: 1 <= x <= 100
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.

Response

Control action list

actions
object[]
required
has_more
boolean
required
next_cursor
string | null