GET
/
tool
/
{tool_id}
curl --request GET \
  --url https://api.isosceles.ai/tool/{tool_id} \
  --header 'Authorization: Basic <encoded-value>'
{
  "account_id": "b072b316-83b6-4105-85ad-9ee23918b330",
  "enabled": true,
  "id": "29a551af-6d20-47b0-8f95-7ad15ad4b69c",
  "name": "serper",
  "user_id": "59d5aad5-aedb-430f-882c-74283ea19c8e"
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

tool_id
string
required

Response

200 - application/json
enabled
boolean
required

Whether the tools is enabled

id
string
required

UUID of the tool

name
string
required

Name of the tool

provider
string
required

Name of the API provider

user_id
string
required

UUID of the logged in user

expires_at
null

The expiry date of the token

external_user_id
null

Reference to the user id stored in their account

scopes
null

Scopes for Oauth2 objects