---
title: "Get Cloudzero Settings"
method: GET
path: "/cloudzero/settings"
tags: ["CloudZero"]
---

# Get Cloudzero Settings

`GET /cloudzero/settings`

View current CloudZero settings.

Returns the current CloudZero configuration with the API key masked for security.
Only the first 4 and last 4 characters of the API key are shown.
Returns null/empty values when settings are not configured (consistent with other settings endpoints).

Only admin users can view CloudZero settings.

## Response `200`

Successful Response

- CloudZeroSettingsView — Response model for viewing CloudZero settings with masked API key
  - `api_key_masked` string, nullable — Masked API key showing only first 4 and last 4 characters
  - `connection_id` string, nullable — CloudZero connection ID for data submission
  - `timezone` string, nullable — Timezone for date handling
  - `status` string, nullable — Configuration status

---

[API](https://skmtc.net/sea-lion/apis/litellm-api.md) · [All operations](https://skmtc.net/sea-lion/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sea-lion/litellm-api/revisions/79928a3d37d3/schema)
