Skip to main content
GET
/
api
/
v3
/
tools
List native tools
curl --request GET \
  --url https://paradigm.lighton.ai/api/v3/tools \
  --header 'Authorization: Bearer <token>'
{
  "tools": [
    {
      "id": "<string>",
      "name": "<string>",
      "type": "native",
      "object": "tool",
      "require_document": true,
      "accepted_file_types": [
        "<string>"
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Query Parameters

company_id
integer

Filter by company allowlist (sys-admins only).

Response

tools
object[]
required