---
title: "Read Tool Function Invoke Log List"
method: GET
path: "/api/v1/tool_function_invoke_log/list"
tags: ["Log"]
---

# Read Tool Function Invoke Log List

`GET /api/v1/tool_function_invoke_log/list`

Retrieve ToolFunctionInvokeLog

## Query parameters

- `conversation_id` string, uuid, nullable
- `page` integer
- `size` integer

## Response `200`

Successful Response

- IGetResponsePaginatedIToolFunctionInvokeLogReadName
  - `message` string, nullable
  - `meta` object
  - `data` PageBaseIToolFunctionInvokeLogReadName, required
    - `items` IToolFunctionInvokeLogReadName[], required
      - `org_id` string, uuid, nullable
      - `tool_id` string, uuid, nullable
      - `tool_function_id` string, uuid, nullable
      - `tool_user_id` string, uuid, nullable
      - `assistant_id` string, uuid, nullable
      - `widget_id` string, uuid, nullable
      - `call_arguments` object
      - `call_response` string, nullable
      - `id` string, uuid, required
      - `assistant_name` string, nullable
      - `widget_name` string, nullable
      - `tool_user_name` string, nullable
      - `tool_function_name` string, nullable
      - `tool_name` string, nullable
      - `tool_icon` string, nullable
      - `created_at` string, date-time, required
      - `conversation_id` string, uuid, nullable
    - `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.dev/insighto/apis/ragify.md) · [All operations](https://skmtc.dev/insighto/apis/ragify/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/insighto/ragify/revisions/cdca56191be9/schema)
