cURL
curl --request GET \ --url http://localhost:8080/api/v1/tools/{id}/operations \ --header 'Authorization: <api-key>'
{ "operations": [ "<string>" ] }
Get all operations associated with a specific tool
Tool ID
OK
Tool operations response model
Was this page helpful?