---
title: "/libraries/:libraryId"
method: GET
path: "/v1/libraries/{libraryId}"
tags: ["Libraries"]
---

# /libraries/:libraryId

`GET /v1/libraries/{libraryId}`

Get a library.

Requires the `libraries.read` OAuth scope.

## Response `200`

Default

- Library
  - `id` string
  - `title` string
  - `accessibility` 'public' | 'private' — Whether the library is public to the workspace or private
  - `visibility` 'workspaceMembers' | 'libraryMembers' — Who can see the library — all workspace members or only library members
  - `createdAt` string, style
  - `updatedAt` string
  - `description` string — The description of the library. Omitted from the response when unset. `colorId` and `icon` are not part of the V1 contract.

## Other responses

- `404` — The requested library does not exist

---

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