Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
integer<int32>

The limit of items to return. Default is 20. Max is 5000.

Response

Successfully retrieved list of Secrets. Values are omitted for security.

A paginated list of Secrets.

secrets
object[]
required

List of Secret objects. Values are omitted for security.

has_more
boolean
required

True if there are more results available beyond this page.

total_count
integer<int32> | null

Total number of Secrets across all pages.