---
title: "List source fields"
method: GET
path: "/agency/source/{id}/fields"
tags: ["Source"]
---

# List source fields

`GET /agency/source/{id}/fields`

## Path parameters

- `id` string, required

## Response `200`

Success

- SourceFieldCollectionDto
  - `contact` SourceFieldDto[], nullable
    - `name` string, nullable
    - `fieldKey` string, nullable
    - `dataType` string, nullable
  - `location` SourceFieldDto[], nullable
    - `name` string, nullable
    - `fieldKey` string, nullable
    - `dataType` string, nullable
  - `customValue` SourceFieldDto[], nullable
    - `name` string, nullable
    - `fieldKey` string, nullable
    - `dataType` string, nullable

---

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