Get secrets

Get all workspace secrets for the user

Headers

xi-api-keystringOptional

Query parameters

page_sizeintegerOptional1-100
How many documents to return at maximum. Can not exceed 100. If not provided, returns all secrets.
dependency_limitintegerOptional1-100

Maximum number of dependent resources (tools, agents, phone numbers) to return per secret. Can not exceed 100.

searchstringOptional
If specified, returns only secrets whose names start with this string.
cursorstringOptional
Used for fetching next page. Cursor is returned in the response.

Response

Successful Response
secretslist of objects
next_cursorstring
Cursor for fetching the next page of secrets

Errors

422
Secrets List Request Unprocessable Entity Error