---
title: "Bot Draft Detail Route"
method: GET
path: "/api/v1/bot/draft/{draft_id}"
tags: ["bot"]
---

# Bot Draft Detail Route

`GET /api/v1/bot/draft/{draft_id}`

Fetch a draft's current body for the edit modal (the button value can't carry it).

## Path parameters

- `draft_id` string, uuid, required

## Query parameters

- `provider` string, required
- `platform_user_id` string, required
- `channel_id` string, nullable

## Response `200`

Successful Response

- EnvelopeBotDraftDetail
  - `data` BotDraftDetail, required
    - `draft_id` string, required
    - `customer_name` string, nullable
    - `subject` string, nullable
    - `body` string, required
    - `status` string, required
  - `meta` Meta
    - `request_id` string
    - `timestamp` string, date-time
    - `total` integer, nullable
    - `truncated` boolean, nullable
    - `reply_total` integer, nullable
    - `metric_total` integer, nullable
    - `people_total` integer, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-04** `6be81c2b5273` — 5 info
  - added the optional property `meta/metric_total` to the response with the `200` status
  - added the optional property `meta/people_total` to the response with the `200` status
  - added the optional property `meta/reply_total` to the response with the `200` status
  - the `meta` response's property default value changed from `{"request_id":"","timestamp":"2026-09-03T19:42:04.697120"}` to `{"request_id":"","timestamp":"2026-09-04T03:53:05.348646"}` for the status `200`
  - …1 more
- **2026-09-03** `dd130eae1c32` — 2 info
  - the `meta` response's property default value changed from `{"request_id":"","timestamp":"2026-09-03T04:12:49.531787"}` to `{"request_id":"","timestamp":"2026-09-03T19:42:04.697120"}` for the status `200`
  - the `timestamp` response's property default value changed from `2026-09-03T04:12:49.531787` to `2026-09-03T19:42:04.697120` for the status `200`
- **2026-09-03** `1ced22f7f72c` — 2 info
  - the `meta` response's property default value changed from `{"request_id":"","timestamp":"2026-09-02T16:58:28.431377"}` to `{"request_id":"","timestamp":"2026-09-03T04:12:49.531787"}` for the status `200`
  - the `timestamp` response's property default value changed from `2026-09-02T16:58:28.431377` to `2026-09-03T04:12:49.531787` for the status `200`
- …earlier changes not shown

[Full history](https://skmtc.dev/minro/apis/minro-cs-platform/changes/api/v1/bot/draft/:draft_id/get.md)

---

[API](https://skmtc.dev/minro/apis/minro-cs-platform.md) · [All operations](https://skmtc.dev/minro/apis/minro-cs-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/minro/minro-cs-platform/revisions/6be81c2b5273/schema)
