---
title: "Get loading image by ID"
method: GET
path: "/loading-images/{id}"
tags: ["loading-images"]
---

# Get loading image by ID

`GET /loading-images/{id}`

Retrieve a loading image by ID. Available to admin and all roles.

## Path parameters

- `id` number, required

## Response `200`

Loading image retrieved successfully

- LoadingImageResponseDto
  - `id` number, required — Loading image ID
  - `image_url` string, required — Image URL
  - `status` 'active' | 'inactive', required — Status
  - `created_at` string, date-time, required — Created at
  - `updated_at` string, date-time, required — Updated at

## Other responses

- `404` — Loading image not found

---

[API](https://skmtc.dev/tonewow/apis/tonewow-database-api.md) · [All operations](https://skmtc.dev/tonewow/apis/tonewow-database-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tonewow/tonewow-database-api/revisions/f36472974ad4/schema)
