List All Tools
Get a list of all tools available to agents created by a user
GET
/
v1
/
tools
/
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
cursor
string | null
limit
integer | null
default: 50Response
200 - application/json
id
string
The human-friendly ID of the Tool
description
string | null
The description of the tool.
source_type
string | null
The type of the source code.
module
string | null
The module of the function.
organization_id
string | null
The unique identifier of the organization associated with the tool.
name
string | null
The name of the function.
tags
string[]
Metadata tags.
source_code
string
requiredThe source code of the function.
json_schema
object | null
The JSON schema of the function.
created_by_id
string | null
The id of the user that made this Tool.
last_updated_by_id
string | null
The id of the user that made this Tool.