Get a tool

Gets a specific tool by ID if accessible to the authenticated user. Returns: - 200: Tool found and accessible - 404: Tool doesn't exist or is private and not accessible to the user

Authentication

X-API-Keystring
Enter your API key for programmatic access
OR
AuthorizationBearer

Enter your JWT token (without the ‘Bearer ’ prefix)

Path parameters

idstringRequired
Tool ID

Response

Tool
dataobject or null
An AI tool

Errors