Skip to content

List status pages linked to an incident

GET
/organizations/{org_id}/incidents/{incident_id}/pages
curl --request GET \
--url https://api.perstat.io/organizations/example/incidents/example/pages \
--header 'Authorization: Bearer <token>'

Returns the ids of the status pages the incident is currently linked to. Requires membership in the organization.

org_id
required
string
incident_id
required
string
Media typeapplication/json
Array<string>
Examplegenerated
[
"example"
]