curl --request GET \
--url https://prod.featherhq.com/api/v1/tools/{toolId} \
--header 'Authorization: Bearer <token>'{
"tool": {
"id": "<string>",
"name": "<string>",
"description": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"structure": {
"url": "<string>",
"variables": [
{
"name": "<string>",
"type": "str",
"description": "<string>",
"required": false
}
],
"method": "GET",
"headers": {},
"body": {},
"timeout": 30
},
"speech": "<string>",
"slug": "<string>",
"organizationId": "<string>"
}
}Get a tool by ID
curl --request GET \
--url https://prod.featherhq.com/api/v1/tools/{toolId} \
--header 'Authorization: Bearer <token>'{
"tool": {
"id": "<string>",
"name": "<string>",
"description": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"structure": {
"url": "<string>",
"variables": [
{
"name": "<string>",
"type": "str",
"description": "<string>",
"required": false
}
],
"method": "GET",
"headers": {},
"body": {},
"timeout": 30
},
"speech": "<string>",
"slug": "<string>",
"organizationId": "<string>"
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the tool to retrieve The ID of the tool to retrieve
Tool retrieved successfully
Show child attributes
Show child attributes
The API endpoint URL
HTTP method (GET, POST, PATCH, PUT, DELETE)
GET, POST, PATCH, PUT, DELETE Request timeout in seconds