---
title: "Get all form drafts for a specific flow"
method: GET
path: "/Drafts/flow/{flowKey}"
tags: ["Drafts"]
---

# Get all form drafts for a specific flow

`GET /Drafts/flow/{flowKey}`

## Path parameters

- `flowKey` string, required

## Response `200`

List of form drafts for the specified flow

- FormDraftResponseDto[]
  - `id` string, required
  - `formType` string, required
  - `flowType` string, nullable, required
  - `flowKey` string, nullable, required
  - `title` string, nullable, required
  - `formData` string, required
  - `isValid` boolean, required
  - `createdBy` UserSummaryDto, required
    - `id` string
    - `email` string
    - `firstName` string, nullable
    - `lastName` string, nullable
    - `displayName` string, nullable
    - `type` string
    - `roleId` string, nullable
    - `roleName` string, nullable
  - `lastEditedBy` UserSummaryDto, required
    - `id` string
    - `email` string
    - `firstName` string, nullable
    - `lastName` string, nullable
    - `displayName` string, nullable
    - `type` string
    - `roleId` string, nullable
    - `roleName` string, nullable
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/versions/a905bde4e796/schema)
