Skip to main content
GET
List Pages for a Website

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.

per_page
integer
required

Required. Pagination control. How many results to return per request, 1–1000. It counts result rows, not web pages on your site.

Required range: 1 <= x <= 1000
page
integer

Optional on this endpoint. 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.

page_cursor
string

Optional. Pagination control. Cursor from next_page_cursor in the previous response. Faster and more reliable than page on large result sets, and it takes precedence over page — do not send both.

sort
string

Optional.

direction
enum<string>

Optional. asc or desc.

Available options:
asc,
desc

Response

Successful response.

data
object
data_captured_at
string
is_data_golden
boolean