Get tool

Return a tool by ID.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <API_KEY>, where API_KEY is your API key.

Path parameters

toolIdstringRequired
Tool to retrieve.

Headers

X-Account-IdstringOptional
Send this to address an organization tool. Omit it to address a partner tool.

Query parameters

unmaskstringOptional

Comma-separated header names to reveal. Other header values remain masked.

Response

The requested tool.
toolobject
The tool.

Errors

403
Forbidden Error
404
Not Found Error
500
Internal Server Error