---
title: "Get Experiment Reports Status"
method: GET
path: "/internal/experiment-reports/status"
tags: ["experiment-reports"]
---

# Get Experiment Reports Status

`GET /internal/experiment-reports/status`

Cache freshness: whether an ingest is in flight and the last scan's coverage.

## Response `200`

Successful Response

- ReconcileStatusResponse — Freshness of the DB-backed cache, feeding the page's top-right control.
  - `bucket` string, required
  - `is_running` boolean, required
  - `last_started_at` string, date-time, nullable
  - `last_finished_at` string, date-time, nullable
  - `last_ingested_count` integer, required
  - `scanned_count` integer, required
  - `matched_count` integer, required

---

[API](https://skmtc.dev/tryscott/apis/one-shot-api.md) · [All operations](https://skmtc.dev/tryscott/apis/one-shot-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tryscott/one-shot-api/revisions/28bdface01df/schema)
