---
title: "Get import failure info for multiple nodes"
method: POST
path: "/v2/customnode/import_fail_info_bulk"
tags: ["customnode"]
---

# Get import failure info for multiple nodes

`POST /v2/customnode/import_fail_info_bulk`

Retrieves recorded import failure information for a list of custom nodes.

## Request body

- ImportFailInfoBulkRequest
  - `cnr_ids` string[] — A list of CNR IDs to check.
  - `urls` string[] — A list of repository URLs to check.

## Response `200`

A dictionary containing the import failure information.

- ImportFailInfoBulkResponse — A dictionary where each key is a cnr_id or url from the request, and the value is the corresponding error info.

## Other responses

- `400` — Bad Request. The request body is invalid.
- `500` — Internal Server Error.

## Changes

- **2025-07-30** `62284e720261` — 1 info
  - endpoint added
- **2025-05-21** `bd2fda6deb51` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/comfy-org/apis/comfyui-manager-api/changes/v2/customnode/import_fail_info_bulk/post.md)

---

[API](https://skmtc.dev/comfy-org/apis/comfyui-manager-api.md) · [All operations](https://skmtc.dev/comfy-org/apis/comfyui-manager-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/comfy-org/comfyui-manager-api/revisions/48f8d9cf8c44/schema)
