---
title: "Get the specified Engagement Form"
method: GET
path: "/v1/forms/{uuid}"
tags: ["forms"]
---

# Get the specified Engagement Form

`GET /v1/forms/{uuid}`

## Path parameters

- `uuid` string, uuid, required

## Response `200`

The visible active Form attached to an Engagement or Engagement Template

- object
  - `data` EngagementFormRead, required
    - `uuid` string, uuid, required
    - `name` string, nullable, required
    - `description` string, nullable, required
    - `created_at` string, date-time, required — When the Form was attached to the Engagement or Engagement Template.
    - `updated_at` string, date-time, required — When the Form's metadata was last changed.
    - `_links` EngagementFormReadLinks, required
      - `fieldguide` HalLink, required
        - `href` string, uri, required
        - `title` string — A human-readable title for the link
        - `type` string, required — The content-type

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden Forbidden (requires scopes `forms:read`)
- `404` — Resource not found
- `429` — Too many requests

---

[API](https://skmtc.net/fieldguide/apis/fieldguide-api.md) · [All operations](https://skmtc.net/fieldguide/apis/fieldguide-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fieldguide/fieldguide-api/revisions/6f6009a58cdd/schema)
