Sign in

List on-calls

documented

List on-call periods.

GET /oncallsOn-Callsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.pagerduty.com/oncalls?escalation_policy_ids%5B%5D={{$escalation_policy_id}}&time_zone={{$time_zone}}&limit={{$limit}}" \
  -X GET \
  -H "Accept: application/vnd.pagerduty+json;version=2" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token={{PAGERDUTY_API_KEY}}"
List on-calls · PagerDuty · OpenIntegrations