Retrieves the conversation history for a given user type.
| Parameter | Type | Required | Description |
|---|---|---|---|
| authorization | string | Yes | API authorization token (Bearer token) |
| Parameter | Type | Required | Description |
|---|---|---|---|
| user_type | string | Yes | The type of user (Patient, Doctor, Coach, Researcher) |
| model_id | string | Yes | The AI model identifier (openai, gemini) |
| user_id | string | Yes | The user identifier |
| Status | Description | Content Type |
|---|---|---|
| 200 | Successful Response | application/json |
| 422 | Validation Error | application/json |