---
title: "Get order action logs"
method: GET
path: "/orders/{id}/action_logs"
tags: ["Orders"]
---

# Get order action logs

`GET /orders/{id}/action_logs`

To get order action logs with order ID.<br> 取得訂單活動紀錄。<br> Return empty array if order not found.<br> 如果找不到訂單紀錄，返回empty array。<br>

## Path parameters

- `id` string, required

## Response `200`

OK

- OrderActionLogs
  - `items` OrderActionLog[]
    - `key` string
    - `data` object — data have mutiple ways to be presented according to its action log key. <br> 根據key的不同，data的格式表達也會完全不一樣。
    - `created_at` string
    - `performer_name` string
    - `performer_type` string
    - `performer_id` string
    - `performing_application_id` string

## Other responses

- `422` — Unprocessable Entity
- `500` — Server error

---

[API](https://skmtc.net/shoplineapp/apis/shopline-open-api.md) · [All operations](https://skmtc.net/shoplineapp/apis/shopline-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shoplineapp/shopline-open-api/revisions/1675ac12cde7/schema)
