Skip to main content
GET
/
governance
/
resources
/
organizations
/
secrets
List secrets for an organization
curl --request GET \
  --url https://api.example.com/governance/resources/organizations/secrets \
  --header 'Authorization: Bearer <token>'
[
  {
    "name": "<string>",
    "created_at": "<string>",
    "updated_at": "<string>",
    "description": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.emergence.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Headers

X-Project-ID
string | null

Response

Successful Response

name
string
required

Name of the secret

created_at
string
required

Timestamp when the secret was created

updated_at
string
required

Timestamp when the secret was last updated

description
string | null

Description of the secret