---
title: "List shield information barriers"
method: GET
path: "/shield_information_barriers"
tags: ["Shield information barriers"]
---

# List shield information barriers

`GET /shield_information_barriers`

Retrieves a list of shield information barrier objects
for the enterprise of JWT.

## Query parameters

- `marker` string
- `limit` integer

## Response `200`

Returns a paginated list of
shield information barrier objects,
empty list if currently no barrier.

- ShieldInformationBarriers — The part of an API response that describes marker based pagination.
  - `limit` integer — The limit that was used for these entries. This will be the same as the `limit` query parameter unless that value exceeded the maximum value allowed. The maximum value varies by API.
  - `next_marker` string, nullable — The marker for the start of the next page of results.
  - `entries` ShieldInformationBarrier[] — A list of shield information barrier objects.
    - `id` string — The unique identifier for the shield information barrier.
    - `type` 'shield_information_barrier' — The type of the shield information barrier.
    - `enterprise` EnterpriseBase — A representation of a enterprise, used when nested within another resource.
      - `id` string — The unique identifier for this enterprise.
      - `type` 'enterprise' — The value will always be `enterprise`.
    - `status` 'draft' | 'pending' | 'disabled' | 'enabled' | 'invalid' — Status of the shield information barrier.
    - `created_at` string, date-time — ISO date time string when this shield information barrier object was created.
    - `created_by` UserBase — A mini representation of a user, used when nested within another resource.
      - `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 was updated.
    - `updated_by` UserBase — A mini representation of a user, used when nested within another resource.
      - `id` string, required — The unique identifier for this user.
      - `type` 'user', required — The value will always be `user`.
    - `enabled_at` string, date-time — ISO date time string when this shield information barrier was enabled.
    - `enabled_by` object — The user that enabled this shield information barrier.
      - `id` string, required — The unique identifier for this user.
      - `type` 'user', required — The value will always be `user`.

## Other responses

- `404` — Returns a `not_found` error if could not find an enterprise using JWT.
- `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)
