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

# /libraries

`GET /v1/libraries`

Get the list of libraries in an Air workspace.

Sorted by title ascending (alphabetical).

Requires the `libraries.read` OAuth scope.

## Query parameters

- `search` string
- `limit` string
- `cursor` string

## Response `default`

Default

- object
  - `data` 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.
  - `pagination` object
    - `hasMore` boolean
    - `cursor` unknown
  - `total` integer

---

[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)
