---
title: "Get Churnable Tables Controller"
method: GET
path: "/modeling/propensity/churnable_tables"
tags: ["modeling"]
---

# Get Churnable Tables Controller

`GET /modeling/propensity/churnable_tables`

## Response `200`

Successful Response

- ChurnableTable[]
  - `name` string, required — The name of the table
  - `id` integer, nullable, required — The ID of the table
  - `num_cols` integer, required — The number of columns in the table
  - `num_rows` integer, required — The number of rows in the table
  - `possible_date_columns` string[], required — The possible date columns in the table
  - `possible_provider_columns` string[], required — The possible provider columns in the table

---

[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)
