---
title: "Get command history"
method: GET
path: "/v1/commands/{id}/history"
tags: ["Commands"]
---

# Get command history

`GET /v1/commands/{id}/history`

Use this endpoint to obtain all the changes of a given command. It should return all status changes including who made the change and when the change was made.

## Path parameters

- `id` string, required

## Response `200`

200

- object
  - `id` string
  - `history` object[]
    - `id` string
    - `commandId` string
    - `reason` string
    - `updatedBy` string
    - `updatedAt` string

## Other responses

- `404` — 404
- `500` — 500

---

[API](https://skmtc.net/tetrascience/apis/tetra-data-lake.md) · [All operations](https://skmtc.net/tetrascience/apis/tetra-data-lake/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tetrascience/tetra-data-lake/revisions/0205e2bace53/schema)
