---
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 (Proxy Admin or Admin Viewer) 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
  - `status` string, nullable — Configuration status
  - `timezone` string, nullable — Timezone for date handling

## Changes

- **2026-09-19** `c357baf422ab` — 2 info
  - api tag `cloudzero` added
  - api tag `CloudZero` removed
- **2026-09-18** `082b5fabd909` — 1 info
  - endpoint added
- **2026-08-27** `4a06c3148b6c` — 1 breaking
  - api path removed without deprecation
- **2026-08-25** `a684ea7ee131` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/flock/apis/litellm-api/changes/cloudzero/settings/get.md)

---

[API](https://skmtc.dev/flock/apis/litellm-api.md) · [All operations](https://skmtc.dev/flock/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc.dev/flock/apis/litellm-api/revisions/3b2b241e4b0b?raw)
