---
title: "Get Results For Bookings"
method: POST
path: "/api/v1/custom-metrics/results-for-bookings"
tags: ["custom-metrics"]
---

# Get Results For Bookings

`POST /api/v1/custom-metrics/results-for-bookings`

Batch-fetch active-revision booking-metric results for a page of bookings.

Used by the bookings table to populate booking-metric columns. Returns only
booking-anchored (log-less) results — the booking's own metrics, not the
booking annotation on a linked log. Mapping: booking_id -> {metric_id ->
result_summary}. The summary carries no reasoning/text/json, so this is safe
for the VIEW_REPORTS bookings surface.

## Request body

- MetricResultsForBookingsRequest — Request body for POST /custom-metrics/results-for-bookings.
  - `booking_record_ids` string[]

## Response `200`

Successful Response

- MetricResultsForBookingsResponse — Batch result: booking_id -> {metric_id -> summary}.
  - `results` object, required

## Other responses

- `403` — Missing the required permission
- `422` — Validation Error

## Changes

> 21 revisions in range; 1 not diffed.

- **2026-09-03** `d65b8fefae34` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status

[Change history](https://skmtc.dev/getanana/apis/cleon-api/changes/api/v1/custom-metrics/results-for-bookings/post.md)

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc.dev/getanana/apis/cleon-api/revisions/59d90f796108?raw)
