---
title: "List Geo Drill Rows"
method: GET
path: "/api/v1/geo/reporting/drill-rows"
tags: ["geo-monitoring", "geo-reporting-drill"]
---

# List Geo Drill Rows

`GET /api/v1/geo/reporting/drill-rows`

The usable samples behind an AI Presence metric for this scope.

``property_ids`` / ``property_ids_exclude`` are the widget's own property scope,
carried on the drill URL — the same serialization the widget used.

## Query parameters

- `start_date` string, date, required
- `end_date` string, date, required
- `property_ids` string[], nullable
- `property_ids_exclude` string[], nullable
- `provider` string, nullable
- `limit` integer
- `offset` integer

## Response `200`

Successful Response

- GeoDrillRowsResponse — A page of evidence rows plus the totals the drill header reconciles against. ``total`` / ``mentioned_total`` describe the whole scope, not the page, so the counter reads "Showing X of Y" rather than silently truncating. With no provider filter they equal the aggregate's ``usable_responses`` / ``mentioned_usable_responses`` exactly.
  - `rows` GeoDrillRow[], required
    - `id` string, uuid, required
    - `checked_at` string, date-time, required
    - `prompt_text` string, nullable, required
    - `provider` string, nullable, required
    - `mentioned` boolean, required
    - `position` integer, nullable, required
    - `resolved_model` string, nullable, required
  - `total` integer, required
  - `mentioned_total` integer, required
  - `ai_visibility_rate` number, nullable, required

## Other responses

- `422` — Validation Error

---

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