Get plan endpoints
xmatters_get_plan_endpointsRetrieve endpoints for a given xMatters plan using its plan ID. Supports offset and limit pagination to control returned results.
Instructions
Get plan endpoints. GET /api/xm/1/plans/{planId}/endpoints. Body fields: none. Reference: https://help.xmatters.com/xmapi/#get-plan-endpoints
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| query | No | API query parameters; arrays are comma-joined. Documented names: offset, limit. Pagination is explicit using offset and limit; results are not automatically combined. |