Skip to main content
GET
/
v1
/
projects
/
{projectId}
/
tools
/
{toolId}
Get tool
curl --request GET \
  --url https://api.pathors.com/v1/projects/{projectId}/tools/{toolId} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "<string>",
    "type": "<string>",
    "name": "<string>",
    "description": "<string>",
    "metadata": {},
    "inputSchema": {},
    "placeholderMessages": {
      "messages": {},
      "defaultLanguage": "<string>"
    }
  }
}

Authorizations

Authorization
string
header
required

Developer key created from the dashboard (Settings → Developer Keys)

Path Parameters

projectId
string
required

The ID of your project

toolId
string
required

The tool ID

Response

OK

data
object
required