Skip to main content
GET
/
tools
List Tools
curl --request GET \
  --url https://api.truedy.ai/api/public/v1/tools \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "tool_6e773da9-5",
      "name": "Weather Lookup",
      "description": "Get current weather information",
      "endpoint": "https://api.weather.com/v1/current",
      "method": "GET",
      "status": "active"
    }
  ],
  "meta": {
    "request_id": "req_32e7531c-8",
    "timestamp": "2026-03-03T20:30:21.310278Z"
  }
}

Authorizations

Authorization
string
header
required

Your API key. Get it from the Truedy Dashboard. Send as: Authorization: Bearer <your_key>

Query Parameters

name
string

Filter by name (substring)

limit
integer
default:50
Required range: 1 <= x <= 100
offset
integer
default:0
Required range: x >= 0

Response

Request completed successfully

Response body