---
title: "Get List Of Widgets"
method: GET
path: "/api/v1/widget"
tags: ["Widget"]
---

# Get List Of Widgets

`GET /api/v1/widget`

Retrieve data sources. Requires admin or manager role

## Query parameters

- `page` integer
- `size` integer

## Response `200`

Successful Response

- AppSchemasResponseSchemaIGetResponsePaginatedIWidgetRead2
  - `message` string, nullable
  - `meta` object
  - `data` PageBaseIWidgetRead, required
    - `items` IWidgetRead[], required
      - `org_id` string, uuid, nullable
      - `widget_type` 'chat' | 'html' | 'whatsapp' | 'phone' | 'html_call' | 'leadconnector' | 'leadconnector_call' | 'sms' | 'fb_messenger' | 'instagram' | 'web_call' | 'plivo_call' | 'telnyx_call' | 'telegram' | 'render_form' | 'sip', required
      - `assistant_id` string, uuid, nullable
      - `name` string, nullable
      - `description` string, nullable
      - `attributes` object
      - `display_name` string, nullable
      - `intro_message` string, nullable
      - `user_opening_messages` string[], nullable, required
      - `header_color` string, nullable
      - `user_message_color` string, nullable
      - `bot_message_color` string, nullable
      - `bot_icon_color` string, nullable
      - `remove_branding` boolean, nullable
      - `ice_break_color` string, nullable
      - `bubble_color` string, nullable
      - `bubble_text` string, nullable
      - `bot_text_message_color` string, nullable
      - `user_text_message_color` string, nullable
      - `header_text_color` string, nullable
      - `textbox_default_text` string, nullable
      - `action_buttons` unknown[], nullable, required
        - unknown
      - `action_buttons_color` string, nullable
      - `style_params` object, nullable
      - `id` string, uuid, required
      - `conversation_bot_icon` string, nullable, required
      - `bubble_bot_icon` string, nullable, required
      - `provider_user_friendly_label` string, required
      - `widget_provider` string, 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/versions/cdca56191be9/schema)
