---
title: "Get Widget By Id"
method: GET
path: "/api/v1/widget/{widget_id}"
tags: ["Widget"]
---

# Get Widget By Id

`GET /api/v1/widget/{widget_id}`

Gets a widget by its id

## Path parameters

- `widget_id` string, uuid, required

## Response `200`

Successful Response

- IGetResponseBaseIWidgetRead
  - `message` string, nullable
  - `meta` union
    - object
    - unknown
  - `data` IWidgetRead
    - `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

## 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)
