---
title: "Get Provider Fields Controller"
method: POST
path: "/modeling/propensity/provider_fields"
tags: ["modeling"]
---

# Get Provider Fields Controller

`POST /modeling/propensity/provider_fields`

## Request body

- GetProviderFieldsPayload
  - `table_name` string, required — The name of the table
  - `column_name` string, required — The name of the column
  - `pagination` Pagination
    - `start` integer, required — The start index
    - `limit` integer, required — The limit

## Response `200`

Successful Response

- string[]

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/akkio/apis/fastapi.md) · [All operations](https://skmtc.net/akkio/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/akkio/fastapi/revisions/6662a407c637/schema)
