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

# Reporting API Playground

> Interactive reference for Conductor Monitoring's Reporting API v2—read SEO data, statistics, issues, and alerts straight from the docs.

The Conductor Monitoring Reporting API is read-only: it extracts the SEO data behind your Conductor Monitoring account so you can report on it in your own tools. Every endpoint page below includes an interactive **Try it** form, so you can send real requests without leaving the docs.

<Note>
  Every request needs your Reporting API token in the `Authorization` header, formatted as `token {your-token}`—the literal string `token`, a space, then the token. Find it under **Account** > **Account** tab > **Integration Tokens**. See [Authentication](/docs/other-apis/conductor-monitoring-reporting-api/#authentication) for the full setup, including the Terms of Use you need to accept first.
</Note>

<Info>
  Start with [List websites](/docs/other-apis/monitoring/reporting/endpoints/list-websites/). Almost every other request takes a `website_id`, and that endpoint is where you get it.
</Info>

## Endpoints

### Entities

* [List websites](/docs/other-apis/monitoring/reporting/endpoints/list-websites/) - `GET /v2/entities/websites`
* [List segments for a website](/docs/other-apis/monitoring/reporting/endpoints/list-segments/) - `GET /v2/entities/segments`

### Data

* [Get statistics](/docs/other-apis/monitoring/reporting/endpoints/get-statistics/) - `GET /v2/data/statistics`
* [List pages for a website](/docs/other-apis/monitoring/reporting/endpoints/list-pages/) - `GET /v2/data/pages`
* [Get page data](/docs/other-apis/monitoring/reporting/endpoints/get-page/) - `GET /v2/data/page`
* [Get log file analysis data](/docs/other-apis/monitoring/reporting/endpoints/get-log-file-analysis/) - `GET /v2/data/page_lfa`
* [List issues for a website](/docs/other-apis/monitoring/reporting/endpoints/list-issues/) - `GET /v2/data/issues`
* [List affected pages for an issue](/docs/other-apis/monitoring/reporting/endpoints/list-affected-pages/) - `GET /v2/data/affected_pages`
* [Get page issue details](/docs/other-apis/monitoring/reporting/endpoints/get-page-issues/) - `GET /v2/data/page/issues`
* [Get page broken links](/docs/other-apis/monitoring/reporting/endpoints/list-broken-links/) - `GET /v2/data/page/issues/broken_links`
* [Get page redirected links](/docs/other-apis/monitoring/reporting/endpoints/list-redirected-links/) - `GET /v2/data/page/redirected_links`
* [Get page canonicalized links](/docs/other-apis/monitoring/reporting/endpoints/list-canonicalized-links/) - `GET /v2/data/page/issues/canonicalized_links`

### Alerts

* [List alerts for a website](/docs/other-apis/monitoring/reporting/endpoints/list-alerts/) - `GET /v2/alerts`
* [List pages for an alert](/docs/other-apis/monitoring/reporting/endpoints/list-alert-pages/) - `GET /v2/alerts/alert_pages`

## Rate limits

The Reporting API allows **6 requests per second per requester IP address**. Exceeding that returns `429` for one minute. There is no cap on the total number of calls you can make.
