External DocumentationTo learn more, visit the ServiceNow documentation.
Actions
Get Incident
Returns an incident ticket of a ServiceNow instance.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| System ID | The ID assigned to the record. |
| Table Name | The name of the table, such as “incident” or “asset”. |
| Parameter | Description |
|---|---|
| Display Value | Determines 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 Fields | Comma-separated list of fields to return in the response. |
{
"result": {
"short_description": "<string>",
"sys_created_on": "<string>",
"priority": "<string>",
"assigned_to": "<string>"
}
}
Was this page helpful?