---
title: "Read Toolfunction List"
method: GET
path: "/api/v1/toolfunction/list"
tags: ["Tool Function"]
---

# Read Toolfunction List

`GET /api/v1/toolfunction/list`

Retrieve all ToolFunction

## Query parameters

- `page` integer
- `size` integer

## Response `200`

Successful Response

- IGetResponsePaginatedIToolFunctionRead
  - `message` string, nullable
  - `meta` object
  - `data` PageBaseIToolFunctionRead, required
    - `items` IToolFunctionRead[], required
      - `name` string, nullable, required
      - `description` string, nullable, required
      - `tool_function_type` 'sdk' | 'curl' | 'query_index', required
      - `details` object
      - `tool_id` string, uuid, nullable
      - `is_enabled` boolean, nullable
      - `id` string, uuid, required
    - `total` integer, nullable, required
    - `page` integer, nullable, required
    - `size` integer, nullable, required
    - `pages` integer, nullable
    - `previous_page` integer, nullable — Page number of the previous page
    - `next_page` integer, nullable — Page number of the next page

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/insighto/apis/ragify.md) · [All operations](https://skmtc.net/insighto/apis/ragify/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/insighto/ragify/revisions/cdca56191be9/schema)
