v1

OpenAPI 3.0.42026-08-068161,1253.1 MB
Universes

List Secrets

Lists all secrets defined for a universe. Secret content is not returned for security reasons - only metadata such as ID, domain, creation and update timestamps are included.

Only the owner of the universe can list secrets. For group-owned universes, only the group owner or authorized members can list secrets.

get/cloud/v2/universes/{universeId}/secrets

Path parameters

universeIdinteger required

The universe ID

Query parameters

limitinteger

Number of secrets to return per page (1-500, default 10)

cursorstring

Pagination cursor from previous response

Response

OK

nextPageCursorstring nullable

Gets the cursor where the pagination stopped after fetching data. null if there is no more data available.

previousPageCursorstring nullable

Gets the cursor pointing at the previous page. null when it's the first page.