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

# Get Form By Id

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

Gets an form by its id

## Path parameters

- `form_id` string, uuid, required

## Response `200`

Successful Response

- IGetResponseBaseIFormRead
  - `message` string, nullable
  - `meta` union
    - object
    - unknown
  - `data` IFormRead
    - `org_id` string, uuid, nullable
    - `name` string, nullable, required
    - `trigger_instructions` string, nullable, required
    - `form_type` 'natural' | 'simple', required
    - `attributes` object
    - `fields` unknown[]
      - unknown
    - `webhook_id` string, uuid, nullable
    - `trigger_tools` unknown[], nullable
      - unknown
    - `contact_mapping` object, nullable
    - `id` string, uuid, 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)
