---
title: "Generate Follow Up Questions"
method: POST
path: "/dbt/v2/follow-up-questions/"
tags: ["DBT_V2"]
---

# Generate Follow Up Questions

`POST /dbt/v2/follow-up-questions/`

## Headers

- `x-tenant` string, required

## Request body

- DBTQueryFollowUpQuestionsRequest
  - `model` DBTModelInput, required
    - `model_name` string, required
    - `adapter` string, nullable
    - `model_description` string, nullable
    - `compiled_sql` string, nullable
    - `schedule` string, nullable
    - `columns` Column[], nullable
      - `column_name` string, nullable
      - `data_type` string, nullable
      - `description` string, nullable
      - `tests` string[], nullable
    - `dependencies` DBTModelInput[], nullable
  - `user_request` string, nullable
  - `job_type` 'explain' | 'fix' | 'modify'

## Response `200`

Successful Response

- unknown

## Other responses

- `400` — Not supported for public user
- `403` — Not supported for public user
- `422` — Validation Error

---

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