---
title: "Retrieves a Form resource."
method: GET
path: "/forms/{id}"
tags: ["Form"]
---

# Retrieves a Form resource.

`GET /forms/{id}`

Retrieves a Form resource.

## Path parameters

- `id` string, required

## Response `200`

Form resource

- Form — Forms are standard website forms that can be used to generate website leads.
  - `id` string
  - `integration` string — The key of the integration source e.g. "quickbooks", or "xero"
  - `srcId` string — Unique identifier for the form
  - `name` string — The name of the form
  - `notifiedRecipients` string[], nullable — A comma-separated list of user IDs that should receive submission notifications.
  - `created` string — When the form was created.
  - `updated` string, nullable — When the form was last modified

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.net/bossinsights/apis/boss-insights.md) · [All operations](https://skmtc.net/bossinsights/apis/boss-insights/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bossinsights/boss-insights/versions/d08a107895ad/schema)
