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: <authorization>'

Documentation Index

Fetch the complete documentation index at: https://docs.pathors.com/llms.txt

Use this file to discover all available pages before exploring further.

Request

GET https://api.pathors.com/v1/projects/{projectId}/tools/{toolId}

Path Parameters

projectId
string
required
The project ID
toolId
string
required
The tool ID

Headers

Authorization
string
required
Bearer token using your developer key

Response

Returns the tool object, or 404 if not found.