---
title: "Get Client Questions Endpoint"
method: GET
path: "/api/budget/questions"
tags: ["copilot_frontend", "copilot_budget"]
---

# Get Client Questions Endpoint

`GET /api/budget/questions`

Obtiene todas las preguntas del cuestionario al cliente y la información
de presupuesto personalizado (básica y premium).

Returns:
    Preguntas e información de presupuesto personalizado

## Response `200`

Successful Response

- ClientQuestionListResponse — Schema for client question list response.
  - `questions` ClientQuestionResponse[], required
    - `id` integer, required
    - `pregunta` string, required
    - `respuesta_basica` string, nullable
    - `respuesta_premium` string, nullable
    - `created_at` string, date-time, required
  - `total` integer, required
  - `personalized_budget` PersonalizedBudgetResponse, required — Schema for personalized budget response.
    - `basica` PersonalizedBudgetInfo, required — Schema for personalized budget information by installation type.
      - `informacion` string, required
    - `premium` PersonalizedBudgetInfo, required — Schema for personalized budget information by installation type.
      - `informacion` string, required

---

[API](https://skmtc.dev/hogarsolar/apis/hogarsolar-backend-api.md) · [All operations](https://skmtc.dev/hogarsolar/apis/hogarsolar-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hogarsolar/hogarsolar-backend-api/revisions/d9861e46bef8/schema)
