v1
latestOpenAPI 3.0.02026-07-268285163.6 KBAssistant Tools
Get all assistant tools
Retrieve a paginated list of all assistant tools. Each page contains 20 tools.
get/assistantTool
Query parameters
pageinteger
Page number for pagination
Response
Successful operation
Example response
{
"tools": [
{
"_id": "60a1b2c3d4e5f6g7h8i9j0k1",
"updatedAt": "2024-03-15T10:30:00.000Z",
"createdAt": "2024-03-15T10:30:00.000Z",
"name": "Weather Lookup",
"type": "custom",
"collaborators": []
}
],
"pages": 3,
"docs": 45
}