Skip to Main Content
IBM Data Platform Ideas Portal for Customers


This portal is to open public enhancement requests against products and services offered by the IBM Data Platform organization. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:


Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,


Post your ideas

Post ideas and requests to enhance a product or service. Take a look at ideas others have posted and upvote them if they matter to you,

  1. Post an idea

  2. Upvote ideas that matter most to you

  3. Get feedback from the IBM team to refine your idea


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

IBM Employees should enter Ideas at https://ideas.ibm.com



Status Under review
Workspace Db2 for z/OS
Created by Guest
Created on Feb 5, 2026

SQL Tuning Services: Invoking Tuning Report with URL containing the JobID – alternative to randomly generated URL

We know how to work with the „JobResult“ API today. This gives us access to the original access pathes as long as the meta data and EXPLAIN data is available. But we consider the handling difficult - especially when communicating with developers. It requires some coding and interface to request the URL for a given jobID via REST call. Instead, we would consider it ideal if the URL is not randomly generated, but contains the jobID somehow.

Example of the process and details:

  1. Developer has coded an app with inefficient SQL

  2. The Db2 experts use the Tuning Services to explain and analyze. This results in EXPLAIN data, meta data, and a job ID

  3. Results are being communicated via email to the developer, including the jobID

  4. Next:

    1. Today, the developer needs to invoke JobResult to get a new URL if the original URL is no longer cached (this requires some coding / web interface, native REST call to today retrieve an URL like this https://<hostname>:9444/tuningservice/v1/ve/viewer/25533b5c-78be-43f6-a105-c3a0c4e7b908

    2. The idea is to instead use a randomly generated token to include the jobID in the URL like this: https://<hostname>:9444/tuningservice/v1/ve/viewjobid?jobid=1854831651022966784. This way, one could send this URL to the developer after their analysis, and the developer could immediately open the URL, without any REST call in between. If the report still is in the cache, it would be displayed immediately. If not, invoking the URL should kick off the rendering (given that the meta data and explain table content is still available) and then display the report.

  5. The developer might look at the report immediately when reading the email, or after his vacation, or even later. Plus, our documentation / archiving use case is also fulfilled, as reports can be invoked any time, as long as the jobId is known and the data is not pruned.

Needed By Not sure -- Just thought it was cool