Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Is there any API available to get Agentic Workflows

nishadm
Tera Contributor

As we have  "now/v1/table/sn_aia_agent" to get AI Agent information do we have any API to get  Agentic Workflows

2 ACCEPTED SOLUTIONS

palanikumar
Giga Sage
Giga Sage

Agentic Workflows are called as Agentic Use Cases in earlier version. So the table name is sn_aia_usecase. You can use the api "now/v1/table/sn_aia_usecase".

 

Thank you,
Palani

View solution in original post

Check your URL. It should be

https://<instance>.service-now.com/api/now/table/sn_aia_usecase

Thank you,
Palani

View solution in original post

5 REPLIES 5

Check your URL. It should be

https://<instance>.service-now.com/api/now/table/sn_aia_usecase

Thank you,
Palani