---
title: "Obter configurações"
method: GET
path: "/settings"
tags: ["Settings"]
---

# Obter configurações

`GET /settings`

Recupera as configurações atuais da aplicação.

## Response `200`

Successful response

- object
  - `merge` 'always' | 'never' | 'assistant' — Define quando o lead deve ser unificado com outros leads existentes. `always`: Leads com e-mails iguais sempre serão unificados `never`: Leads com e-mails iguais serão duplicados `assistant`: Leads com e-mails iguais serão unificados quando o assistente que capturou as informações for o mesmo
  - `workspaceId` string, required — Identificador do workspace associado
  - `createdAt` string, date-time — Data de criação
  - `updatedAt` string, date-time — Data da última atualização

## Other responses

- `default` — Error response

## Changes

- **2026-08-28** `b783f2bb0107` — 2 info
  - the `createdAt` response's property default value changed from `2026-08-27T20:04:00.495Z` to `2026-08-28T15:02:27.625Z` for the status `200`
  - the `updatedAt` response's property default value changed from `2026-08-27T20:04:00.495Z` to `2026-08-28T15:02:27.626Z` for the status `200`
- **2026-08-27** `e97f27faa8ce` — 2 info
  - the `createdAt` response's property default value changed from `2026-08-27T01:02:45.174Z` to `2026-08-27T20:04:00.495Z` for the status `200`
  - the `updatedAt` response's property default value changed from `2026-08-27T01:02:45.174Z` to `2026-08-27T20:04:00.495Z` for the status `200`
- **2026-08-27** `a0049b6eb1ae` — 2 info
  - the `createdAt` response's property default value changed from `2026-08-26T06:02:23.526Z` to `2026-08-27T01:02:45.174Z` for the status `200`
  - the `updatedAt` response's property default value changed from `2026-08-26T06:02:23.526Z` to `2026-08-27T01:02:45.174Z` for the status `200`
- **2026-08-26** `00b499142b2d` — 2 info
  - the `createdAt` response's property default value changed from `2026-08-25T11:01:57.726Z` to `2026-08-26T06:02:23.526Z` for the status `200`
  - the `updatedAt` response's property default value changed from `2026-08-25T11:01:57.726Z` to `2026-08-26T06:02:23.526Z` for the status `200`
- …earlier changes not shown

[Full history](https://skmtc.dev/rdstationmentoria/apis/agents/changes/settings/get.md)

---

[API](https://skmtc.dev/rdstationmentoria/apis/agents.md) · [All operations](https://skmtc.dev/rdstationmentoria/apis/agents/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rdstationmentoria/agents/revisions/b783f2bb0107/schema)
