---
title: "Read Contact Sync Log List"
method: GET
path: "/api/v1/contact_sync_log/list"
tags: ["Log"]
---

# Read Contact Sync Log List

`GET /api/v1/contact_sync_log/list`

Retrieve Contact_sync_log

## Query parameters

- `page` integer
- `size` integer

## Response `200`

Successful Response

- IGetResponsePaginatedIContactSyncLogRead
  - `message` string, nullable
  - `meta` object
  - `data` PageBaseIContactSyncLogRead, required
    - `items` IContactSyncLogRead[], required
      - `id` string, uuid, required
      - `tool_response` string, nullable
      - `extracted_data` object, nullable
      - `status_code` integer, nullable
      - `number_of_lines` integer, nullable
      - `assistant_name` string, nullable
      - `widget_name` string, nullable
      - `tool_user_name` string, nullable
      - `tool_icon` string, nullable
      - `created_at` string, date-time, nullable
      - `updated_at` string, date-time, nullable
      - `tool_id` string, uuid, nullable
      - `contact_id` string, uuid, nullable
      - `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)
