v2

latestOpenAPI 3.1.0Proprietary2026-07-26127193620.1 KB
Functions

List a function's secrets

Returns metadata for every secret bound to the function, with managed entries (provisioned by Primitive) listed first and user-set entries listed alphabetically after. Values are never returned. Secret writes are write-only.

Managed entries (e.g. PRIMITIVE_WEBHOOK_SECRET, PRIMITIVE_API_KEY, PRIMITIVE_API_BASE_URL) carry a description instead of created_at / updated_at. They cannot be created, updated, or deleted via this API.

get/functions/{id}/secrets

Response

List of secrets (metadata only, no values)

successtrue required