Skip to main content

List Incidents

Lists all incident tickets of a ServiceNow instance.

External Documentation

To learn more, visit the ServiceNow documentation.

Basic Parameters

ParameterDescription
QueryAn encoded query string used to filter the results.
Table NameThe name of the table, such as "incident" or "asset".

Advanced Parameters

ParameterDescription
Display ValueDetermines the type of data returned, either the actual values from the database or the display values of the fields.
Display values are manipulated based on the actual value in the database and user or system settings and preferences.


Valid values:
- true: Returns the display values for all fields.
- false: Returns the actual values from the database.
- all: Returns both actual and display values.
Response FieldsComma-separated list of fields to return in the response.

Workflow Library Example

List Incidents with Servicenow and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop