Skip to main content
GET
/
tool
/
{tool_id}
Error
A valid request URL is required to generate request examples
{
  "id": "<string>",
  "name": "<string>",
  "type": "<string>",
  "user_id": "<string>",
  "org_id": "<string>",
  "description": "<string>",
  "tool_type": "<string>",
  "configuration": {},
  "is_active": true,
  "created_at": "<string>",
  "updated_at": "<string>"
}

Authorizations

X-API-Key
string
header
required

Path Parameters

tool_id
string
required

Response

Successful Response

Full tool record returned by the API.

id
string
required
name
string
required
type
string
required
user_id
string | null
org_id
string | null
description
string | null
tool_type
string | null
configuration
Configuration · object
is_active
boolean | null
default:true
created_at
string | null
updated_at
string | null