Skip to main content
GET
List Pages for an Alert

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.

alert_id
string
required

Required. From GET /v2/alerts.

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