---
title: "GET /resources/{resource_id}/visibility"
method: GET
path: "/resources/{resource_id}/visibility"
tags: ["resources"]
---

# GET /resources/{resource_id}/visibility

`GET /resources/{resource_id}/visibility`

Gets the visibility of this resource.

## Path parameters

- `resource_id` string, uuid, required

## Response `200`

The visibility info of this resource.

- VisibilityInfo — Visibility infomation of an entity.
  - `visibility` 'GLOBAL' | 'LIMITED', required — The visibility level of the entity.
  - `visibility_group_ids` string[]

---

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