---
title: "Get Booking Clicks Detail"
method: GET
path: "/admin/analytics/booking-clicks-detail"
tags: ["admin"]
---

# Get Booking Clicks Detail

`GET /admin/analytics/booking-clicks-detail`

Get detailed booking click events for a date range.

Returns individual click events with trip and user information.

## Query parameters

- `start_date` string, required — Start date (ISO format)
- `end_date` string, required — End date (ISO format)

## Response `200`

Successful Response

- BookingClicksDetailResponse — Response for booking clicks detail endpoint.
  - `items` BookingClickDetailItem[], required
    - `timestamp` string, date-time, required
    - `booking_type` string, nullable, required
    - `provider` string, nullable, required
    - `price` string, nullable, required
    - `nights` integer, nullable, required
    - `total_value` number, nullable, required
    - `label` string, nullable, required
    - `trip_title` string, nullable, required
    - `trip_id` string, nullable, required
    - `user_email` string, nullable, required
    - `session_length_minutes` integer, nullable, required
  - `total` integer, required
  - `summary` BookingClicksSummary, required — Summary totals for booking clicks.
    - `flight` integer, required
    - `hotel` integer, required
    - `rail` integer, required
    - `total` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/stardrift/apis/fastapi.md) · [All operations](https://skmtc.dev/stardrift/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stardrift/fastapi/revisions/00746572572a/schema)
