---
title: "List LicenseTemplates"
method: POST
path: "/api/v3/licenses/templates"
tags: ["LicenseTemplates"]
---

# List LicenseTemplates

`POST /api/v3/licenses/templates`

Retrieve a paginated, filtered list of LicenseTemplates

## Request body

- GithubComStoryprotocolProtocolApiApiInternalModelsProtocolv2LicenseTemplatesRequestBody
  - `options` GithubComStoryprotocolProtocolApiApiInternalModelsProtocolv2LicenseTemplatesQueryOptions
    - `orderBy` string
    - `orderDirection` string
    - `pagination` object
      - `after` string
      - `before` string
      - `limit` integer
    - `where` object
      - `blockNumber` string
      - `id` string

## Response `200`

OK

- GithubComStoryprotocolProtocolApiApiInternalModelsProtocolv1LicenseTemplatesResponse
  - `data` GithubComStoryprotocolProtocolApiApiInternalModelsProtocolv1LicenseTemplate[]
    - `blockNumber` string
    - `blockTime` string
    - `id` string
    - `metadataUri` string
    - `name` 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/revisions/6cb84b9791cd/schema)
