---
title: "Changes to Retrieve asset by id"
method: GET
path: "/assets/{id}"
---

# Changes to Retrieve asset by id

`GET /assets/{id}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 8 of 50 revisions.

- **2024-10-02** `c9062e3a3c54` — 1 info
- **2024-10-02** `936529d30a41` — 1 info
- **2024-09-18** `041ec1a0e403` — 2 info
- **2024-08-08** `d53276437f78` — 1 info
- **2024-06-07** `5ea1c0d602b9` — 1 breaking, 6 info
- **2024-06-07** `7ab583c12624` — 1 breaking
- **2024-06-07** `3e9b4afe1aeb` — 3 info
- **2024-06-04** `578e8efc5755` — 6 breaking, 10 info

## Changes

- **2024-10-02** `c9062e3a3c54` — 1 info
  - the endpoint scheme security `jwt` was added to the API
- **2024-10-02** `936529d30a41` — 1 info
  - the endpoint scheme security `jwt` was removed from the API
- **2024-09-18** `041ec1a0e403` — 2 info
  - the endpoint scheme security `jwt` was added to the API
  - the endpoint scheme security `cookieAuth` was removed from the API
- **2024-08-08** `d53276437f78` — 1 info
  - the endpoint scheme security `cookieAuth` was added to the API
- **2024-06-07** `5ea1c0d602b9` — 1 breaking, 6 info
  - added the pattern `^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$` to the `path` request parameter `id`
  - the `creator` response's property pattern `^[A-Za-z0-9\s\-_,.;:()!@#$%&*+=?\/\\|~^'"\[\]{}áéíóúñ©€£¥]+$` was added for the status `200`
  - the `description` response's property pattern `^[A-Za-z0-9\s\-_,.;:()!@#$%&*+=?\/\\|~^'"\[\]{}áéíóúñ©€£¥]+$` was added for the status `200`
  - the `id` response's property pattern `^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$` was added for the status `200`
  - the `subject` response's property pattern `^[A-Za-z0-9\s\-_,.;:()!@#$%&*+=?\/\\|~^'"\[\]{}áéíóúñ©€£¥]+$` was added for the status `200`
  - the `title` response's property pattern `^[A-Za-z0-9\s\-_,.;:()!@#$%&*+=?\/\\|~^'"\[\]{}áéíóúñ©€£¥]+$` was added for the status `200`
  - the `user_id` response's property pattern `^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$` was added for the status `200`
- **2024-06-07** `7ab583c12624` — 1 breaking
  - for the `path` request parameter `id`, the type/format was changed from `string`/`` to `string`/`uuid`
- **2024-06-07** `3e9b4afe1aeb` — 3 info
  - the response optional property `id` became read-only for the status `200`
  - the response property `id` became required for the status `200`
  - the response property `title` became required for the status `200`
- **2024-06-04** `578e8efc5755` — 6 breaking, 10 info
  - the response property `creator` became nullable for the status `200`
  - the response property `description` became nullable for the status `200`
  - the response property `subject` became nullable for the status `200`
  - the response property `user_id` became nullable for the status `200`
  - the response property `id` became optional for the status `200`
  - the response property `title` became optional for the status `200`
  - the endpoint scheme security `jwt` was removed from the API
  - removed the pattern `^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$` from the `path` request parameter `id`
  - for the `path` request parameter `id`, the type/format was generalized from `string`/`uuid` to `string`/``
  - the `creator` response's property pattern `^[A-Za-z0-9\s\-_,.;:()!@#$%&*+=?\/\\|~^'"\[\]{}áéíóúñ©€£¥]+$` was removed for the status `200`
  - the `description` response's property pattern `^[A-Za-z0-9\s\-_,.;:()!@#$%&*+=?\/\\|~^'"\[\]{}áéíóúñ©€£¥]+$` was removed for the status `200`
  - the `id` response's property pattern `^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$` was removed for the status `200`
  - the `subject` response's property pattern `^[A-Za-z0-9\s\-_,.;:()!@#$%&*+=?\/\\|~^'"\[\]{}áéíóúñ©€£¥]+$` was removed for the status `200`
  - the `title` response's property pattern `^[A-Za-z0-9\s\-_,.;:()!@#$%&*+=?\/\\|~^'"\[\]{}áéíóúñ©€£¥]+$` was removed for the status `200`
  - the `user_id` response's property pattern `^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$` was removed for the status `200`
  - the response required property `id` became not read-only for the status `200`

---

[Operation](https://skmtc.dev/pai-os/apis/personal-artificial-intelligence-operating-system-pai-os-api/docs/assets/:id/get.md) · [API](https://skmtc.dev/pai-os/apis/personal-artificial-intelligence-operating-system-pai-os-api.md) · [Page](https://skmtc.dev/pai-os/apis/personal-artificial-intelligence-operating-system-pai-os-api/changes/assets/:id/get)
