Skip to main content
GET
Get Latest Tool Interface

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

authorization
string | null

Path Parameters

tool_uid
string
required

Response

Successful Response

The response body returned when requesting a tool's interface.

tool_uid
string
required

The unique identifier of the tool

name
string
required

The name of the tool

interface
ToolInterface · object
required

The interface schema of the tool

interface_digest
string
required

A digest of the interface schema. Useful to easily check if the interface has changed.