Use JSN as a practical raw REST escape hatch when a higher-level ServiceNow command does not exist.
| Command | What it does |
|---|---|
jsn rest --table incident --query 'sysparm_limit=3' | Make a raw REST API request |
jsn rest --table incident --query 'sysparm_limit=3' --json
GET api/now/table/incident
Returned incident: INC0000060
Short description: Unable to connect to email
State: 7
Priority: 3Install, point it at your instance, then run this feature.
npm install -g @jacebenson/jsn jsn setup jsn rest --table incident --query 'sysparm_limit=3'Full setup guide & skill docs →