Search

POST

Returns metadata about secrets that match a given query.

Request

This endpoint expects an object.
queryobjectRequired
sortobjectRequired
pageSizeintegerOptional

Defaults to 100. Will throw if larger than 1000.

tokenstringOptional
archivedStatusesset of "NOT_ARCHIVED" or "ARCHIVED"Optional
Allowed values: NOT_ARCHIVEDARCHIVED

Default search status is NOT_ARCHIVED if none are provided. Allows for including archived secrets in search.

Response

This endpoint returns an object.
resultslist of objects
nextPageTokenstringOptional
Built with