Skip to main content
GET
/
tools
/
{id}
/
operations
Get tool operations
curl --request GET \
  --url http://localhost:8080/api/v1/tools/{id}/operations \
  --header 'Authorization: <api-key>'
{
  "operations": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Path Parameters

id
integer
required

Tool ID

Response

OK

Tool operations response model

operations
string[]