Retrieves Tool Configuration
Last updated
GET /tools/{id}
Retrieves tool configuration for the specified tool ID. Only users with the Standard Registry role are allowed to make the request.
id*
String
Tool ID
content:
application/json:
schema:
$ref: '#/components/schemas/ToolDTO'content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorDTO'Last updated