---
title: "Create shield information barrier report"
method: POST
path: "/shield_information_barrier_reports"
tags: ["Shield information barrier reports"]
---

# Create shield information barrier report

`POST /shield_information_barrier_reports`

Creates a shield information barrier report for a given barrier.

## Request body

- ShieldInformationBarrierReference — A shield information barrier reference for requests and responses.
  - `shield_information_barrier` ShieldInformationBarrierBase — A base representation of a shield information barrier object.
    - `id` string — The unique identifier for the shield information barrier.
    - `type` 'shield_information_barrier' — The type of the shield information barrier.

## Response `201`

Returns the shield information barrier report information object.

- ShieldInformationBarrierReport — A base representation of a shield information barrier report object.
  - `id` string — The unique identifier for the shield information barrier report.
  - `type` 'shield_information_barrier_report' — The type of the shield information barrier report.
  - `shield_information_barrier` ShieldInformationBarrierReference — A shield information barrier reference for requests and responses.
    - `shield_information_barrier` ShieldInformationBarrierBase — A base representation of a shield information barrier object.
      - `id` string — The unique identifier for the shield information barrier.
      - `type` 'shield_information_barrier' — The type of the shield information barrier.
  - `status` 'pending' | 'error' | 'done' | 'cancelled' — Status of the shield information report.
  - `details` ShieldInformationBarrierReportDetails — Indicates which folder the report file is located and any errors when generating the report.
    - `details` object
      - `folder_id` string — Folder ID for locating this report.
  - `created_at` string, date-time — ISO date time string when this shield information barrier report object was created.
  - `created_by` object — The user who created this shield information barrier report.
    - `id` string, required — The unique identifier for this user.
    - `type` 'user', required — The value will always be `user`.
  - `updated_at` string, date-time — ISO date time string when this shield information barrier report was updated.

## Other responses

- `404` — Returns a `not_found` error if the shield information barrier report was not found.
- `409` — Returns a `conflict` error if a shield information barrier report is currently being created.
- `default` — An unexpected client error.

---

[API](https://skmtc.net/box/apis/platform-api.md) · [All operations](https://skmtc.net/box/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/box/platform-api/revisions/ba8f087e1a4d/schema)
