---
title: "Get Vantage Settings"
method: GET
path: "/vantage/settings"
tags: ["Vantage"]
---

# Get Vantage Settings

`GET /vantage/settings`

View current Vantage settings.

Returns the current Vantage configuration with the API key masked for security.
Only admin users can view Vantage settings.

## Response `200`

Successful Response

- VantageSettingsView — Response model for viewing Vantage settings with masked API key
  - `api_key_masked` string, nullable — Masked API key showing only first 4 and last 4 characters
  - `integration_token_masked` string, nullable — Masked integration token showing only first 4 and last 4 characters
  - `base_url` string, nullable — Vantage API base URL
  - `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)
