---
title: "Get raw publisher metric event counts for domains"
method: GET
path: "/v1/distribution/stats/metrics"
tags: ["distribution"]
---

# Get raw publisher metric event counts for domains

`GET /v1/distribution/stats/metrics`

Get raw (unweighted) surface, citation, full_text and grounded publisher
metric event counts for a list of domains in a time period. Counts are 1 per
real event; revenue-share weighting stays in the distribution service.

## Query parameters

- `domain_names` string[], required — Domain names to filter by
- `start_date` integer, nullable — Start date to filter by (timestamp in seconds since epoch)
- `end_date` integer, nullable — End date to filter by (timestamp in seconds since epoch)

## Response `200`

Raw surface, citation, full_text and grounded event counts

- DomainMetricsResponse — Raw (unweighted) publisher metric event counts — 1 per real event.
  - `surfaces` integer, required
  - `citations` integer, required
  - `full_text` integer, required
  - `grounded` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `405` — Method Not Allowed
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

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