Adobe workfront logging and monitoring implementation | Community
Skip to main content
Level 2
February 3, 2026
Solved

Adobe workfront logging and monitoring implementation

  • February 3, 2026
  • 4 replies
  • 69 views

How to implement logging and monitoring  in Adobe workfront. We have an third party API which provides all logging information.

Best answer by Patrick-antegma

I assume that the API is can be accessed via HTTP,  you can use one of the HTTP - Make a Request module. Which variant of the HTTP module is based on the authentication.

 

You can use then the XML or JSON module to process the data and use the Iterator to get the individual entries.

4 replies

Patrick-antegma
Level 4
February 3, 2026

Hi ​@Subhash_KumarBi,

 

What you want to achieve? Monitor and logging the execution of scenario in Workfront Fusion? Add logging and monitoring to Workfront? Use the logging information in your Workfront Fusion scenario? Your question is quite broad.

Level 2
February 4, 2026

We would like to use use the logging information which we’ll get from some API from NAB in your Workfront Fusion scenario?

Patrick-antegma
Patrick-antegmaAccepted solution
Level 4
February 4, 2026

I assume that the API is can be accessed via HTTP,  you can use one of the HTTP - Make a Request module. Which variant of the HTTP module is based on the authentication.

 

You can use then the XML or JSON module to process the data and use the Iterator to get the individual entries.

Kurt_Jones
Community Advisor
Community Advisor
February 4, 2026

Subhash,

Adobe provides some audit log functionality for certain object in the system interface already.  They do not expose logfiles via the API, only through this UI mechanism and only for the objects listed within the logfile 

 

 

Level 2
February 5, 2026

Thanks for response Kurt_Jones, How to reach till Audit logs interface(all steps from login url), referring the snapshot. Is there ant Activity logs in fusion which can be used to expose public API?

VipinJayanarayanan
Adobe Employee
Adobe Employee
February 5, 2026

Last week Adobe has launched the first Public API endpoint for Fusion – Activity Logs API

The first endpoint lets you access Activity Logs via API, which means:

  • Programmatic access to Activity logs
  • Better monitoring
  • Powerful reporting

Full details & docs: https://developer.adobe.com/workfront-fusion-apis/

Level 2
February 5, 2026

Great information VipinJayanarayanan, If you can provide any architecture diagram of Fusion – Activity Logs API..

 

Also any sample end-to-end implementation with any public endpoint will help a lot. Thanks in advance.

Adobe Employee
February 6, 2026

Vipin provided link to documentation for the API< end point and how to access - Full details & docs: https://developer.adobe.com/workfront-fusion-apis/

kautuk_sahni
Community Manager
Community Manager
February 17, 2026

@Subhash_KumarBi Following up to see if this has been resolved. If you’ve found the answer, whether through the suggestions here or through your own troubleshooting, feel free to post the solution so others can benefit. If any reply helped along the way, marking it as accepted ensures the most useful information is easy to find. Thanks for helping close the loop!

Kautuk Sahni
Level 2
February 18, 2026

 

Hi kautuk_sahni,

 I’ll create a new post for my question. It seems my original query became unclear due to multiple mixed requests. We’re good to close this one.