---
title: "List Modules"
method: POST
path: "/api/v3/modules"
tags: ["Modules"]
---

# List Modules

`POST /api/v3/modules`

Retrieve a paginated, filtered list of Modules

## Request body

- GithubComStoryprotocolProtocolApiApiInternalModelsProtocolv2ModuleRequestBody
  - `options` GithubComStoryprotocolProtocolApiApiInternalModelsProtocolv2ModuleQueryOptions
    - `orderBy` string
    - `orderDirection` string
    - `pagination` object
      - `after` string
      - `before` string
      - `limit` integer
    - `where` object
      - `blockNumber` string
      - `id` string

## Response `200`

OK

- GithubComStoryprotocolProtocolApiApiInternalModelsProtocolv1ModulesResponse
  - `data` GithubComStoryprotocolProtocolApiApiInternalModelsProtocolv1Module[]
    - `blockNumber` string
    - `blockTimestamp` string
    - `deletedAt` string
    - `id` string
    - `module` string
    - `moduleType` string
    - `moduleTypeInterfaceId` string
    - `name` string
    - `transactionHash` string
  - `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/versions/6cb84b9791cd/schema)
