Skip to main content
GET
Get Tool by ID
Get Tool Endpoint

Endpoint

GET /v3/tools/{tool_id}

Description

Retrieves details of a specific tool by its ID.

Authentication

API Key (x-api-key) in the header.

Request Parameters

Curl Request

Response

Returns the tool details, including configurations and settings.

Authorizations

x-api-key
string
header
required

Path Parameters

tool_id
string
required

The ID of the tool to fetch.

Response

Tool retrieved successfully

id
string
Example:

"abc123"

name
string
Example:

"Sample Tool"

description
string
Example:

"This is a sample tool description."

config
object
Example: