Pagerduty OnCall for specific schedule_ids

Can we query OnCall list for a specific schedule_ids?

https://developer.pagerduty.com/api-reference/reference/REST/openapiv3.json/paths/~1oncalls/get

It looks like that’s the Get On-Call action.

If you’re looking for the schedule itself, I don’t think we have an action for it, but we could create one.

Currently, Get On-Call Users doesn’t take any inputs… Can we have “schedule_ids” as an optional input, that way if specified, it would make the API call with the specific parameter?

https://api.pagerduty.com/oncalls?schedule_ids[]=CUSTOM_SCHEDULE_ID

Yes. Let us look into that. We’ll see what we can do.

Thanks for the suggestion, much appreciated!!!