Skip to main content
GET
List User Secrets

Authorizations

X-API-Key
string
header
required

Organization API key

Query Parameters

cursor
string | null
limit
integer
default:25
Required range: 1 <= x <= 200
sort
string | null
order
enum<string>
default:desc
Available options:
asc,
desc
search
string | null

Response

Successful Response

items
Secret · object[]
required

Page of the organization's live secrets.

has_more
boolean
required

True if more secrets remain beyond this page.

next_cursor
string | null

Cursor for the next page, or null if none.