Skip to main content
GET
/
v1
/
projects
/
{projectId}
/
tools
/
types
List Tool Types
curl --request GET \
  --url https://api.pathors.com/v1/projects/{projectId}/tools/types \
  --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/types

Path Parameters

projectId
string
required
The project ID

Headers

Authorization
string
required
Bearer token using your developer key

Response

Returns an array of available tool types with their metadata schemas.

Example

curl https://api.pathors.com/v1/projects/{projectId}/tools/types \
  -H "Authorization: Bearer dk_your_key"