I want to be able to pull the ID and title of each action contained within the assistant using the API. How can I do this?
In watsonx Asisstant actions how can I get a list of ID's and titles through the API
53 views Asked by Simon O'Doherty At
1
The API does not directly have this feature. You will need to download the skill using the export skills API.
Then with the action json you can read the
workspace.actions[]objects for theaction(id) andtitleattributes.The following is sample python code to show the values: