MCP Gateway
ApiObservability

Get audit export config

Get the current audit export configuration. Returns the enabled export configuration if found, None otherwise.

GET
/api/v1/observability/export-config

Response Body

application/json

curl -X GET "https://loading/api/v1/observability/export-config"
{
  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  "destination": "string",
  "schedule": "string",
  "last_export_at": "2019-08-24T14:15:22Z",
  "enabled": true,
  "created_at": "2019-08-24T14:15:22Z",
  "updated_at": "2019-08-24T14:15:22Z"
}