---
title: "List all collections the authenticated user has permission to."
method: GET
path: "/collections"
tags: ["Collection"]
---

# List all collections the authenticated user has permission to.

`GET /collections`

## Query parameters

- `page` integer
- `per_page` integer

## Response `200`

The collections the authenticated user has permission to.

- object
  - `collections` Collection[]
    - `id` integer
    - `name` string
    - `type` string
    - `permission` string
    - `owner` User
      - `id` integer
      - `full_name` string
      - `display_name` string
      - `email` string
    - `created_at` string, date-time
    - `course_id` integer
    - `archived_at` string, date-time

## Other responses

- `401` — Authorization information is missing or invalid.

---

[API](https://skmtc.net/instructure/apis/studio-public-api.md) · [All operations](https://skmtc.net/instructure/apis/studio-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/instructure/studio-public-api/revisions/4838a5113869/schema)
