Skip to main content
GET
List Affected Pages for an Issue

Authorizations

Authorization
string
header
required

Send your Reporting API token as Authorization: token {reporting_api_token} — the literal string token, a space, then the token itself. Find it in Conductor Monitoring under Account > Account tab > Integration Tokens.

Query Parameters

website_id
string
required

Required.

issue
string
required

Required. E.g. title/missing, links/broken, lighthouse/lcp

page
integer
required

Required. Omitting it returns 400 invalid_payload naming the missing field. Pagination control. Which page of results to return, numbered from 1. It selects a slice of the result set and is unrelated to the web pages the endpoint returns.

per_page
integer
required

Required. Omitting it returns 400 invalid_payload naming the missing field. Pagination control. How many results to return per request, 1–1000. It counts result rows, not web pages on your site.

Response

Successful response.

data
object
data_captured_at
string
is_data_golden
boolean