Automic Workload Automation

 View Only

 Objects Executions via REST API

Matthias Schelp's profile image
Matthias Schelp posted Jul 23, 2025 06:39 AM

Hi Folks,

Short question. Is there a way to get the executions of an object via REST API. I know I could get it with an SQL or the Java API, but I am limited to REST Calls only.

The only thing I found was the 

/{client_id}/executions

endpoint. But this doesn't seem to do the trick.

Regards,

Matthias

Oana Botez's profile image
Broadcom Employee Oana Botez

Hi Matthias,

The executions endpoint has multiple filters that can be set to get executions for a specific object https://docs.automic.com/documentation/webhelp/english/all/components/DOCU/24.4/REST%20API/Automation.Engine/index.html?overrideUrls=../Automation.Engine/swagger.json,../Analytics/swagger.json,../Infrastructure.Manager/swagger.json#/execution/listExecutions

If the executions have already been deactivated, you need to specify this in the REST call and also the timeframe to be considered, for example:

GET https://<url>/ae/api/v1/100/executions?name=JOBS.PYTHON.UNIX.TEST&include_deactivated=true&time_frame_from=2025-04-15T06:37:59Z


BR,
Oana