DeepFellow API ReferenceToolboxes
List all tools in a specific toolbox
Retrieve a list of tools.
Needs user bearer token in authorization header.
AuthorizationBearer <token>
In: header
Path Parameters
toolbox_idToolbox Id
A 24-character hexadecimal MongoDB ObjectId string.
Match
^[0-9a-fA-F]{24}$Query Parameters
limit?Limit
Default
100Range
1 <= value <= 200after?After
before?Before
Header Parameters
OpenAI-Organization?Openai-Organization
OpenAI-Project?Openai-Project
Response Body
curl -X GET "https://loading/toolboxes/5eb7cf5a86d9755df3a6c593/tools?limit=100&after=5eb7cf5a86d9755df3a6c593&before=5eb7cf5a86d9755df3a6c593" \ -H "OpenAI-Organization: 5eb7cf5a86d9755df3a6c593" \ -H "OpenAI-Project: 5eb7cf5a86d9755df3a6c593"{
"object": "list",
"first_id": "5eb7cf5a86d9755df3a6c593",
"last_id": "5eb7cf5a86d9755df3a6c593",
"has_more": true,
"data": [
{
"id": "5eb7cf5a86d9755df3a6c593",
"definition": {
"type": "file_search",
"vector_store_ids": [
"5eb7cf5a86d9755df3a6c593"
],
"filters": {
"filters": [
{
"key": "string",
"type": "eq",
"value": "string"
}
],
"type": "and"
},
"max_num_results": 25,
"ranking_options": {
"ranker": "auto",
"score_threshold": 0
}
},
"toolbox_id": "5eb7cf5a86d9755df3a6c593",
"created_at": 0
}
]
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}We use cookies on our website. We use them to ensure proper functioning of the site and, if you agree, for purposes such as analytics, marketing, and targeting ads.