---
title: "Get Caputedform By Form Id"
method: GET
path: "/api/v1/capturedform/{form_id}"
tags: ["Form"]
---

# Get Caputedform By Form Id

`GET /api/v1/capturedform/{form_id}`

Gets an captured form by its form_id

## Path parameters

- `form_id` string, uuid, required

## Query parameters

- `page` integer
- `size` integer

## Response `200`

Successful Response

- IGetResponsePaginatedICapturedFormRead
  - `message` string, nullable
  - `meta` object
  - `data` PageBaseICapturedFormRead, required
    - `items` ICapturedFormRead[], required
      - `conversation_id` string, uuid, nullable
      - `form_id` string, uuid, nullable
      - `assistant_id` string, uuid, nullable
      - `widget_id` string, uuid, nullable
      - `attributes` object
      - `field_values` object
      - `webhook_id` string, uuid, nullable
      - `contact_id` string, uuid, nullable
      - `id` string, uuid, required
      - `created_at` string, date-time, 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)
