---
title: "List source fields for an eligible connection"
method: GET
path: "/connection/{connection_id}/source-fields"
tags: ["Connections"]
---

# List source fields for an eligible connection

`GET /connection/{connection_id}/source-fields`

Return the live source-field catalog for an eligible connection.

## Path parameters

- `connection_id` string, required

## Headers

- `X-Company-ID` string, required

## Response `200`

- ConnectionSourceField[]
  - `source_field` string, required
  - `model` string, required
  - `display_name` string, required
  - `suggested_type` 'text' | 'number' | 'date', required — * `text` - text * `number` - number * `date` - date

## Changes

> 8 revisions in range; 3 could not be searched.

- **2026-08-11** `fe469785638a` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/cubesoftware/apis/cube-api/changes/connection/:connection_id/source-fields/get.md)

---

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