Skip to main content
GET
/
api
/
v2
/
tools
cURL
curl --request GET \
  --url https://paradigm.lighton.ai/api/v2/tools/ \
  --header 'Authorization: Bearer <token>'
[
  {
    "tools": [
      {}
    ]
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

chat_setting_id
integer

ID of the chat setting to filter tools

Response

200 - application/json
tools
object[]
required

List of available tools and third-party tools