---
title: "Get Cita Status Endpoint"
method: GET
path: "/api/_citas/status"
tags: ["scheduling", "appointments_citas"]
---

# Get Cita Status Endpoint

`GET /api/_citas/status`

Verifica si el cliente ya tiene una cita comercial programada (visita o llamada).

Returns:
    {"exists": bool, "date": str, "time": str}

## Query parameters

- `contact_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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