Copy a responsive dashboard URL
- UpdatedJul 31, 2025
- 2 minutes to read
- Zurich
- Dashboards
It is not possible to copy a dashboard URL from the browser. You can, however, create a URL that opens the current view of the dashboard, including tabs and breakdown elements. When the link is followed, the ServiceNow platform frame around the dashboard is not included.
Before you begin
Role required: You must be able to access the dashboard.
Procedure
- Navigate to or .
- Select the responsive dashboard with the URL that you want to copy.
- (Optional) Select a tab, breakdown, and breakdown element.
-
Select the context menu (
) and select Copy Dashboard URL.
Result
What to do next
Share the URL with other users.
Dashboard URL format
You can link to a Performance Analytics dashboard from your instance. Several URL parameters enable you to specify aspects of the dashboard when the link is followed.
All dashboard URLs follow this format:
https://<instance>.service-now.com/$dashboards.do?.Note: Because
dashboards are not limited to users of Performance Analytics,
$dashboards.do replaces $pa_dashboard,
although both strings work in dashboard URLs.This base URL is followed by several optional URL query parameters.
| Parameter | Description |
|---|---|
| sysparm_dashboard=<sys_id> | The sys_id of the dashboard to show. |
| sysparm_tab=<sys_id> | The sys_id of the dashboard tab to show. If you do not specify a tab, the leftmost tab is displayed. This parameter applies only if sysparm_dashboard exists. |
| sysparm_breakdown_source=<sys_id> | The sys_id of the dashboard breakdown to show. |
| sysparm_element=<value> | The sys_id or value of the breakdown element to show. This parameter applies only if sysparm_breakdown_source also exists. Values are case-sensitive. |
| sysparm_element_value=<value> | The selected element value. This value may be the sys_id of a referenced record, or the database value for a choice list choice. Database values are case-sensitive. This parameter applies only if sysparm_element and syspartm_breakdown_source also exist. |
| sysparm_header=<value> | Controls if the dashboard header appears. Possible values are:
|
| sysparm_breakdown=<value> | Controls if the dashboard breakdown appears. Possible values are:
|