URL Doctor
View, edit, add, and remove URL query parameters for your current ServiceNow page.
Last updated: February 19, 2026
Last updated: February 19, 2026
URL Doctor shows all query parameters for the current ServiceNow page in an editable list. Instead of manually parsing and editing long URLs, you can see, toggle, add, and remove parameters visually.

Use the slash command /skurl or open Sidekick and select the URL Doctor tab.
Every URL query parameter is displayed as a key-value pair in a clean list. No more squinting at long URLs to find the parameter you need.
Click on any parameter value to edit it inline. Press Enter or click away to apply the change — the page reloads with the updated URL.
Temporarily disable a parameter without deleting it. Useful for testing how a page behaves with and without a specific parameter.
Click the add button to insert a new query parameter. Type the key and value, then apply to reload the page with the new parameter.
Remove any parameter with one click. The page reloads with the cleaned URL.
URL Doctor is particularly useful for these frequently-used ServiceNow parameters:
| Parameter | Purpose |
|---|---|
sysparm_query | List filter conditions |
sysparm_view | Form or list view name |
sysparm_display_value | Show display values vs sys_ids |
sysparm_fields | Limit returned fields |
sysparm_limit | Number of records to return |
sysparm_offset | Pagination offset |
sysparm_no_count | Skip counting total records |
sysparm_compact | Compact JSON response |
When a list shows unexpected results:
sysparm_query in the parameter listWhen working with ServiceNow REST API URLs in the browser:
sysparm_fields, sysparm_limit, or sysparm_display_valueBefore sharing a URL with a colleague: