List Records
list_recordsRetrieve records from any ServiceNow table with filters, selected fields, and pagination for precise data access.
Instructions
List records from any ServiceNow table with optional filtering, field selection, and pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of records to return | |
| query | No | Encoded query string (e.g., 'active=true^priority=1') | |
| fields | No | Comma-separated list of fields to return | |
| offset | No | Number of records to skip | |
| order_by | No | Field to order results by (prefix with '-' for descending) | |
| table_name | Yes | The ServiceNow table name (e.g., 'incident', 'sys_user', 'cmdb_ci') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||