---
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

---

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