---
title: "Get ELT Settings for a connection"
method: GET
path: "/connections/{id}/settings"
tags: ["Connections"]
---

# Get ELT Settings for a connection

`GET /connections/{id}/settings`

Get settings based on ELT Sync. The configuration is used when we want to create or update an ELT Sync. The connection should be already created before getting the settings.

## Path parameters

- `id` string, required

## Response `200`

A JSON Schema (draft-07) describing the available settings and their constraints for the connection. The `dependencies` keyword maps a field name to a list of other field names that must be provided before that field's dependent options (e.g. its `oneOf` list) can be resolved - resolve those dependent options by providing the already-selected values via `partial_settings` in the request body.

- object
  - `$schema` string, required
  - `title` string, required
  - `type` string, required
  - `properties` object, required
  - `required` string[]
  - `dependencies` object — Maps a field name to a list of other field names that must be provided before this field's dependent options (e.g. its `oneOf` list) can be resolved.

---

[API](https://skmtc.net/weld/apis/weld-rest-api.md) · [All operations](https://skmtc.net/weld/apis/weld-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/weld/weld-rest-api/revisions/75294f591cc2/schema)
