Skip to content

Retrieve Secrets

Retrieval requires an ARMS API key from Settings → API Keys (/settings/api-keys). Filter by Key or Tags, or omit both to retrieve all secrets the key can access.

This is the Platform HTTP path: ELSAI_ARMS_URL + Authorization: Bearer. It is not OTLP ingest.

python
import elsai_arms

response = elsai_arms.get_secrets(
    url="https://<arms-host>",
    api_key="<api-key>",
    should_set_env=True,
)

Or set ELSAI_ARMS_URL and ELSAI_ARMS_API_KEY. See Get Secret(s).

Copyright © 2026 elsai foundry.