cancel
Showing results for 
Search instead for 
Did you mean: 

How to read the status of the Job of an automation created through scheduled trigger via API in SBPA

NatashaSingh
Associate
Associate
0 Kudos

Hi ,

We want to read the status of the Jobs for an automation which are triggered through scheduled trigger.

Is there any API to read the status of the jobs and its details.

Thanks in Advance,

Natasha

View Entire Topic
manish_09
Explorer
0 Kudos

Hi,

You can use the following API from Business Accelerator hub 

https://api.sap.com/api/SPA_Automation_Monitoring/path/get-monitoring-v1-bam-export

It will return the statuses of the jobs for the given period.

manish_09_0-1710822805089.png

https://api.sap.com/api/SPA_Workflow_Runtime/path/get_v1_jobs__jobId_ 

It will return status of the job of given job id.

manish_09_1-1710822953825.png

Hope that will help you!

Regards,

Manish