Skip to Main Content
Spotfire Ideas Portal

Add Automation Services REST API to get a list of all job executions history

Customer wants to check As job execution status(success, fail, etc) automatically, currently there is a REST API /rest/as/job/status/{jobid} can do this, however there is no API to retrieve the {jobid}, that is what this idea is hoping for.

Thanks.

  • Attach files
      Drop here to upload
    • Guest
      Reply
      |
      Oct 20, 2022

      One of our customers wants to use this API to check if there is any job running on AS server in order to shut it down safely.

    • Guest
      Reply
      |
      Apr 3, 2020

      PS, there is a REST API /rest/as/job/list that can do the job, however it is not publicly available(not documented as public) despite callable.