API Endpoints
Get OpenAPI Tool Info
Fetches detailed information about a specific OpenAPI tool.
GET
Endpoint
GET /v3/tools/openapi/{tool_id}
Description
Fetches detailed information about a specific OpenAPI tool.
Authentication
API Key (x-api-key
) in the header.
Request Parameters
Parameter | Type | Description |
---|---|---|
tool_id | String | The ID of the tool to retrieve. |
Curl Request
Response
Returns detailed information about the specified OpenAPI tool, including paths and methods.
Authorizations
Path Parameters
The ID of the tool to retrieve.
Response
200
application/json
OpenAPI tool info retrieved successfully
The response is of type object
.