PagerDuty
DevOps

PagerDuty Connector

Connect to PagerDuty to manage incidents, list services, view on-call schedules, and acknowledge incidents.

$pip install "toolsconnector[pagerduty]"
16
Actions
DevOps
Category
Free
Apache 2.0

All 16 Actions

Action Description Parameters Returns
acknowledge_incident ⚠Acknowledge a PagerDuty incidentincident_idPDIncident
add_noteAdd a note to an incidentincident_id, contentdict
create_incident ⚠Create a PagerDuty incidentservice_id, title  [body, urgency]PDIncident
create_service ⚠Create a new PagerDuty servicename, escalation_policy_idPDService
get_escalation_policyGet a single escalation policy by IDpolicy_idPDEscalationPolicy
get_incidentGet a single PagerDuty incident by IDincident_idPDIncident
get_serviceGet a single PagerDuty service by IDservice_idPDService
list_escalation_policiesList escalation policies[limit]PaginatedList[PDEscalationPolicy]
list_incidentsList PagerDuty incidents[status, limit, page]PaginatedList[PDIncident]
list_oncallsList PagerDuty on-call entries[schedule_id]PaginatedList[PDOncall]
list_schedulesList schedules[limit]PaginatedList[PDSchedule]
list_servicesList PagerDuty services[limit, page]PaginatedList[PDService]
list_usersList PagerDuty users[limit]list
merge_incidents ⚠Merge incidents into a target incidentsource_ids, target_idPDIncident
resolve_incidentResolve an incidentincident_idPDIncident
update_incident ⚠Update a PagerDuty incident statusincident_id, statusPDIncident
Open Interactive Docs & Playground →

Full schema explorer, code generation, and live API testing