Skip to main content
GET
Get Agent Tool

Authorizations

string
required
Bearer JWT used to authenticate the request for the organization scope.

Path Parameters

string
required
Tool UUID.

Response

boolean
Whether the request succeeded.
string
Human-readable status message.
object
Returned tool.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Tool UUID.

Response

Tool fetched successfully

success
boolean
Example:

true

message
string
Example:

"Tool fetched successfully"

data
object