---
title: "GET /object/{id}/history"
method: GET
path: "/object/{id}/history"
---

# GET /object/{id}/history

`GET /object/{id}/history`

Retrieve the history entries for this object

## Query parameters

- `asc` boolean

## Response `200`

- ObjectHistory[]
  - `actor` User, required — The Assets user type
    - `avatarUrl` string
    - `displayName` string
    - `name` string
    - `key` string
    - `emailAddress` string
    - `html` string
    - `renderedLink` string
    - `isDeleted` boolean
    - `lastSeenVersion` string
    - `self` string
  - `id` string, required
  - `affectedAttribute` string — The name of the affected attribute
  - `oldValue` string
  - `newValue` string
  - `type` integer, required
  - `created` string, date-time, required
  - `objectId` string, required

## Other responses

- `401` — Client must be authenticated to access this resource.
- `404` — Representation of the target resource do not exist
- `500` — Something went wrong. Please try again later. If the error persists, contact our support team.

---

[API](https://skmtc.net/atlassian/apis/rest.md) · [All operations](https://skmtc.net/atlassian/apis/rest/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/rest/versions/07137e668210/schema)
