---
title: "Get image library listing"
method: GET
path: "/v1/image-library"
tags: ["Image Library"]
---

# Get image library listing

`GET /v1/image-library`

Retrieve list of all images in the library (metadata only). Optionally filter by category.

## Query parameters

- `category` string — Filter by image category name.

## Response `200`

List of images.

- LibraryImage[]
  - `guid` string, uuid — Unique image identifier.
  - `name` string — Image display name.
  - `category` string — Image category.
  - `mimeType` string — Image MIME type (e.g. image/png, image/svg+xml).
  - `isProtected` boolean — Whether the image is a system-protected image that cannot be modified or deleted.

## Other responses

- `401` — Unauthorized.

---

[API](https://skmtc.net/netxms/apis/netxms-api.md) · [All operations](https://skmtc.net/netxms/apis/netxms-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/netxms/netxms-api/versions/14d93e5115dd/schema)
