---
title: "Get a paged, filterable list of items that have one or more images whose ingest failed,
with the failure reason and timestamp (so a client can fix dead links). Portal only."
method: GET
path: "/v1/Items/images/failed"
tags: ["Items"]
---

# Get a paged, filterable list of items that have one or more images whose ingest failed,
with the failure reason and timestamp (so a client can fix dead links). Portal only.

`GET /v1/Items/images/failed`

## Query parameters

- `Name` string
- `Code` string
- `Vendor` string
- `Barcode` string
- `flag` integer[]
- `Page` integer
- `PageSize` integer
- `SortColumn` string
- `SortOrder` string
- `Account` unknown

## Response `200`

Success

- ItemFailedImagesResponsePagedResult
  - `pageSize` integer
  - `page` integer
  - `totalCount` integer
  - `filteredCount` integer
  - `data` ItemFailedImagesResponse[], nullable
    - `id` integer
    - `code` string, nullable
    - `name` string, nullable
    - `failedImages` FailedItemImageInfo[], nullable
      - `key` string, nullable
      - `sourceUrl` string, nullable
      - `lastError` string, nullable
      - `failedAt` string, date-time, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.dev/invendor/apis/io-commonapi.md) · [All operations](https://skmtc.dev/invendor/apis/io-commonapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/invendor/io-commonapi/revisions/61263b2302a0/schema)
