Skip to main content
GET
Get OpenAPI Tool Info by ID

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

Curl Request

Response

Returns detailed information about the specified OpenAPI tool, including paths and methods.

Authorizations

x-api-key
string
header
required

Path Parameters

tool_id
string
required

The ID of the tool to retrieve.

Response

OpenAPI tool info retrieved successfully

id
string
Example:

"tool123"

name
string
Example:

"Sample OpenAPI Tool"

openapi_schema
object

The OpenAPI schema defining the tool

paths
object

Paths and operations available in the tool