GET /config/export
Export the org's config as a canonical apply document
Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
all | query | no | boolean | Include console-managed objects |
format | query | no | string |
Example request
curl -X GET "/api/v1/config/export" \
-H "Authorization: Bearer YOUR_API_KEY"
Responses
200: ok
{}
401: missing or invalid bearer token
403: missing required scope
404: not found (or cross-tenant: same response)
429: rate limit exceeded
Was this page helpful?