list_incidents
Retrieve and filter incidents from ServiceNow using customizable parameters such as state, assigned user, category, and search query. Supports pagination with limit and offset options for efficient data management.
Instructions
List incidents from ServiceNow
Input Schema
Name | Required | Description | Default |
---|---|---|---|
assigned_to | No | Filter by assigned user | |
category | No | Filter by category | |
limit | No | Maximum number of incidents to return | |
offset | No | Offset for pagination | |
query | No | Search query for incidents | |
state | No | Filter by incident state |