Gatana Documentation
RoutesProfilesProfileidTools

/profiles/{profileId}/tools

GET
/profiles/{profileId}/tools
AuthorizationBearer <token>

In: header

Path Parameters

profileId*string

Response Body

application/json

curl -X GET "https://YOUR_ORG_ID.gatana.ai/api/v1/profiles/string/tools"
{
  "tools": {
    "property1": [
      "string"
    ],
    "property2": [
      "string"
    ]
  }
}