provider Status Pages GET
/api/v2/statuspages @utdk/datadog
/api/v2/statuspages List status pages
Lists all status pages for the organization.
- page[offset] query
- Offset to use as the start of the page.
- integer
- page[limit] query
- The number of status pages to return per page.
- integer
- include query
- Comma-separated list of resources to include. Supported values: created_by_user, last_modified_by_user.
- string
Try it
Authentication
Configure credentials for Datadog API V2 Collection
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import datadog from '@utdk/datadog';
await datadog.liststatuspages({
"page[offset]": 0,
"page[limit]": 50
})