---
title: "Private Collections List"
method: GET
path: "/account/collections"
tags: ["collections"]
---

# Private Collections List

`GET /account/collections`

List private collections

## Query parameters

- `page` integer
- `page_size` integer
- `limit` integer
- `offset` integer
- `order` 'published_date' | 'modified_date' | 'views' | 'shares' | 'cites'
- `order_direction` 'asc' | 'desc'

## Response `200`

OK. An array of collections

- Collection[]
  - `id` integer, required — Collection id
  - `title` string, required — Collection title
  - `doi` string, required — Collection DOI
  - `handle` string, required — Collection Handle
  - `url` string, required — Api endpoint
  - `timeline` Timeline, required — Legacy timeline input (used by /v2/account/articles). Items with item-type based metadata do not use this object — pass dates as stock fields inside fields: {} instead.
    - `firstOnline` string — Online posted date
    - `publisherPublication` string — Publish date
    - `publisherAcceptance` string — Date when the item was accepted for publication
  - `published_date` string — Date when collection was first published, null if not published

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `500` — Internal Server Error

---

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