---
title: "Get Collected Data"
method: GET
path: "/conversations/{conversation_id}/collected_data"
tags: ["Conversations"]
---

# Get Collected Data

`GET /conversations/{conversation_id}/collected_data`

## Path parameters

- `conversation_id` string, uuid, required

## Response `200`

Successful Response

- ConversationInputField[]
  - `input_name` string, required — The name of the input field.
  - `input_type` string, required — The type of the input field.
  - `input_label` string, required — The label of the input field.
  - `input_placeholder` string, required — The placeholder of the input field.
  - `is_mandatory` boolean, required — Flag indicating whether the input field is mandatory.
  - `input_value` string — The value of the input field.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/dante-ai/apis/dante-ai-api.md) · [All operations](https://skmtc.net/dante-ai/apis/dante-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dante-ai/dante-ai-api/revisions/38b6c9a4246d/schema)
