Using the Server API to see job details
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I'm new to the Server API so forgive my ignorance. I am attempting to create a server usage report by gathering data on what jobs are running and details about the runtimes. I have read through all of the ServerAPI documentation I could find. I'm able to authenticate and run get calls on most of the endpoints in Swagger and Designer. However, the payload, binarydata, and DownloadDate fields are always null in designer. Is there a trick to actually return those values?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Are you using the server api tool in designer as well? What endpoints are you trying to reach?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks for the response! Yes, I am using the server API tool. I am basically trying to see the history of workflow runs and their runtimes. I have tried several different endpoints. v3/workflows, v1/workflows, /admin/v2/schedule/forecast, and /admin/v1/auditlog. It seems like the auditlog would have some of the details I'm looking for, but I'm just not sure how to get the data.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
In Server API tool, you would see the option for Workflow Runs. Did you try that?
