---
title: "Retrieve a list of timelines of an abandoned checkout"
method: GET
path: "/admin/checkouts/{checkout_id:\\\\d+}/timeline.json"
tags: ["Abandoned Checkout"]
---

# Retrieve a list of timelines of an abandoned checkout

`GET /admin/checkouts/{checkout_id:\\d+}/timeline.json`

Retrieve a list of timelines of an abandoned checkout

## Path parameters

- `param` number, required

## Response `200`

OK

- AbandonedCheckoutActivitiesSwaggerResponse
  - `timeline_items` Timeline[]
    - `action` string
    - `body` string
    - `created_at` integer
    - `entities_type` string
    - `id` integer
    - `position` integer
    - `ref_id` integer
    - `shop_id` integer
    - `type` string

---

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