---
title: "List Collections"
method: POST
path: "/api/v3/collections"
tags: ["Collections"]
---

# List Collections

`POST /api/v3/collections`

Retrieve a paginated, filtered list of Collections

## Request body

- GithubComStoryprotocolProtocolApiApiInternalModelsProtocolv1CollectionsRequestBody
  - `options` GithubComStoryprotocolProtocolApiApiInternalModelsProtocolv1CollectionQueryOptions
    - `orderBy` string
    - `orderDirection` string
    - `pagination` object
      - `after` string
      - `before` string
      - `limit` integer
    - `where` object
      - `blockNumberLte` string

## Response `200`

OK

- GithubComStoryprotocolProtocolApiApiInternalModelsProtocolv1CollectionsResponse
  - `data` GithubComStoryprotocolProtocolApiApiInternalModelsProtocolv1Collection[]
    - `assetCount` string
    - `blockNumber` string
    - `blockTimestamp` string
    - `cancelledDisputeCount` string
    - `id` string
    - `judgedDisputeCount` string
    - `licensesCount` string
    - `raisedDisputeCount` string
    - `resolvedDisputeCount` string
  - `hasNextPage` boolean
  - `hasPreviousPage` boolean
  - `next` string
  - `prev` string

---

[API](https://skmtc.net/storyapis/apis/story-protocol-api-reference.md) · [All operations](https://skmtc.net/storyapis/apis/story-protocol-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/storyapis/story-protocol-api-reference/revisions/6cb84b9791cd/schema)
