---
title: "GET /history/map-update"
method: GET
path: "/history/map-update"
tags: ["Map"]
---

# GET /history/map-update

`GET /history/map-update`

GET operation for /history/map-update

## Response `200`

Successful response

- object
  - `count` integer
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` HistoryMapUpdateSerializer[]
    - `id` integer
    - `uuid` string
    - `name` string, required
    - `status` 'launched' | 'stalled' | 'new' | 'in_progress' | 'paused'
    - `onboardee_company` string, required
    - `owner` string, required
    - `history_date` string, date-time
    - `event_type` string, required
    - `expected_launch_date` string, date-time
    - `actual_launch_date` string, date-time
    - `notes` string
    - `has_messages` boolean
    - `external_id` string
    - `custom` object

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not found

---

[API](https://skmtc.dev/onboard/apis/onboard-api-complete-specification.md) · [All operations](https://skmtc.dev/onboard/apis/onboard-api-complete-specification/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/onboard/onboard-api-complete-specification/revisions/3d0f0a6a632d/schema)
