I am attempting to use Postman to query the runtime history of all jobs so that I can provide a list of the X slowest running jobs. I have been unable to configure Postman correct for this GET call, and would like to know from the hivemind what I am doing wrong here.
Trying to use this API endpoint:
https://{Control_Hub_URL}.streamsets.com/jobrunner/rest/v1/job/{jobId}/history
Auth is set to “No auth” based upon another forum post I read that stated we should include the ID and key for the API credentials used in the header, though I have tried it with API Key and providing the credentials there, as well.
I have read through the 14 questions and 4 conversations that return when searching here for “Postman” and tried a few of the proffered solutions but without success. I have no parameters and the headers are where I have been trying to define API credentials. Note these credentials are used by automation in the Control Hub so they are valid. I think my issue lies in what header names I need to use and what values to use for each. The screenshot below of my headers is only one point in time of all that I have attempted, and no where near to where I started in keys shown, but of course I can’t recall everything I have tried.
Thank you in advance for any assistance given.
