> ## 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 v1.0 Playground

> Interactive reference for the unsupported Conductor Monitoring Reporting API v1.0, published to help you migrate to v2.

<Warning>
  **The Reporting API v1.0 is unsupported.** It receives no new endpoints or fields and will be sunsetted. This reference is published only to help you migrate to the [Reporting API v2.0](/docs/other-apis/conductor-monitoring-reporting-api/) — do not build new integrations against it.
</Warning>

If you are still calling v1.0, use these pages to compare a v1 request against its v2 replacement, then move across. The [migration guide](/docs/other-apis/conductor-monitoring-reporting-api-v10-legacy/#migration-guide) covers the endpoint mapping, the response shape change, and the supported parameters.

The two biggest differences to plan for:

* **`website_id` moves.** In v1 it is a URL path segment; in v2 it is a query parameter.
* **Responses gain a wrapper.** v1 returns the payload at the top level; v2 nests it under a `data` key.

## Endpoints

* [List websites](/docs/other-apis/monitoring/reporting-v1/endpoints/list-websites/) - `GET /v1/websites`
* [Inspect a URL](/docs/other-apis/monitoring/reporting-v1/endpoints/inspect-url/) - `GET /v1/inspect_url`
* [List segments for a website](/docs/other-apis/monitoring/reporting-v1/endpoints/list-segments/) - `GET /v1/websites/{website_id}/segments`
* [Get statistics for a website](/docs/other-apis/monitoring/reporting-v1/endpoints/get-statistics/) - `GET /v1/websites/{website_id}/statistics`
* [Get page data](/docs/other-apis/monitoring/reporting-v1/endpoints/get-page/) - `GET /v1/websites/{website_id}/pages`
* [List pages for a website](/docs/other-apis/monitoring/reporting-v1/endpoints/list-pages/) - `GET /v1/websites/{website_id}/pages/list`
* [List alerts for a website](/docs/other-apis/monitoring/reporting-v1/endpoints/list-alerts/) - `GET /v1/websites/{website_id}/alerts`
* [List pages for an alert](/docs/other-apis/monitoring/reporting-v1/endpoints/list-alert-pages/) - `GET /v1/websites/{website_id}/alerts/{alert_id}/pages`
* [List issues for a website](/docs/other-apis/monitoring/reporting-v1/endpoints/list-issues/) - `GET /v1/websites/{website_id}/issues`
* [List pages for an issue](/docs/other-apis/monitoring/reporting-v1/endpoints/list-issue-pages/) - `GET /v1/websites/{website_id}/issues/{issue_name}/pages`

### No v2 equivalent

These two endpoints exist only in v1.0. If you depend on them, [get in touch](/docs/platform/getting-help-with-conductor-products/) before migrating.

* [Get metrics for a website](/docs/other-apis/monitoring/reporting-v1/endpoints/get-metrics/) - `GET /v1/websites/{website_id}/metrics`
* [Get Google Data Studio data](/docs/other-apis/monitoring/reporting-v1/endpoints/get-gds-data/) - `POST /v1/websites/{website_id}/gds`
