Skip to main content
GET
List Pages for an Alert
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 — do not build new integrations against it. See the migration guide for the v1 to v2 endpoint mapping.

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.

Path Parameters

website_id
string
required
alert_id
string
required

Query Parameters

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.

total
integer
urls
object[]
segments
string[]

Containing segment ids, see retrieving a list of segments.