list_incidents
List ServiceNow incidents by applying a query, selecting fields, and controlling pagination with limit and offset.
Instructions
Lista incidentes com encoded query ServiceNow, campos e paginação explícita.
Exemplo de query: active=true^priority=1^ORDERBYsys_id. Páginas vazias podem ocorrer por ACL; use next_offset/total quando disponíveis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | ||
| fields | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | Yes | ||
| total | No | ||
| offset | Yes | ||
| records | Yes | ||
| next_offset | No |