> ## Documentation Index
> Fetch the complete documentation index at: https://docs.interchange.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Reporting tasks

> Per-operation reference for the buyer reporting API

Each page below documents a single reporting operation — request, parameters, response shape, and errors. Use `/reporting/metrics` for day-grain delivery rollups across the advertiser → campaign → media buy → package tree, and the events summary for hour-grain counts from your own event sources. For the conceptual model, see the [Reporting overview guide](/v2/guides/reporting-overview).

## Read

<CardGroup cols={2}>
  <Card title="Get reporting metrics" href="/v2/buyer/reporting/tasks/get-reporting-metrics" icon="chart-line">
    `GET /reporting/metrics` — hierarchical or time-series delivery metrics
  </Card>

  <Card title="Get event summary" href="/v2/buyer/reporting/tasks/get-event-summary" icon="clock">
    `GET /advertisers/:id/events/summary` — hourly event counts by type
  </Card>
</CardGroup>
