---
title: "Get Settings"
method: GET
path: "/projects/{project_id}/settings"
tags: ["project_settings"]
---

# Get Settings

`GET /projects/{project_id}/settings`

## Path parameters

- `project_id` string, uuid4, required

## Response `200`

Successful Response

- GenAIProjectSettings
  - `metric_weights_configuration` object, nullable
  - `alerts_configuration` AlertsConfiguration
    - `emails` string[]
    - `webhooks` Webhook[]
      - `url` string, uri, required
      - `status` 'active' | 'untested' | 'failed' | 'paused'
      - `notes` string

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-13** `344acdc36dbb` — 1 warning, 1 info
  - removed the optional property `scorers_config` from the response with the `200` status
  - removed the `Measures which documents or chunks retrieved were used by the model to generate a response, and how much of the text in the retrieved chunks was used by the model to compose its response.` enum value from the `metric_weights_configuration/anyOf[subschema #1]/additionalProperties/description/anyOf[subschema #1: MetricDescriptions]/` response property for the response status `200`
- …earlier changes not shown

[Full history](https://skmtc.dev/galileo/apis/galileo-api-server/changes/projects/:project_id/settings/get.md)

---

[API](https://skmtc.dev/galileo/apis/galileo-api-server.md) · [All operations](https://skmtc.dev/galileo/apis/galileo-api-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/galileo/galileo-api-server/revisions/8b1d1a4a933e/schema)
