Gets an existing incident from ServiceNow using the Table API.
For authentication setup, see ServiceNow Incident actions.
Input | Type | Description | Example |
|---|---|---|---|
domain | String | Required. Domain of the ServiceNow instance. Used to construct the base URL |
|
apiKey | String | Required. ServiceNow REST API Key for authentication. Passed as the |
|
sysId | String | Required. Unique system ID of the incident to retrieve. Must be a 32-character alphanumeric string (not UUID format). |
|
parameters | Map | Optional. Optional URL query parameters for the ServiceNow API request. Controls the format and content of the API response. See the parameters reference table below. |
See Export to OpenAPI specification for a list of accepted parameters. |
selectors | List | Optional. |
|
Common URL Parameters reference
Parameter | Type | Description | Default |
|---|---|---|---|
sysparm_fields | String | Comma-separated list of fields to return in the response. | |
sysparm_exclude_reference_link | String |
|
|
sysparm_display_value | String |
|
|
sysparm_input_display_value | String |
|
|
sysparm_suppress_auto_sys_field | String |
|
|
sysparm_view | String | Renders the response according to a specific UI view. Overridden by |
|
sysparm_query_no_domain | String |
|
|
Output | Type | Example |
|---|---|---|
response | Object | |
success | Boolean |
|
errorMessage | String | |
Workflow example |
|---|
|