---
title: "List LicenseTerms"
method: POST
path: "/api/v3/licenses/terms"
tags: ["LicenseTerms"]
---

# List LicenseTerms

`POST /api/v3/licenses/terms`

Retrieve a paginated, filtered list of LicenseTerms

## Request body

- GithubComStoryprotocolProtocolApiApiInternalModelsProtocolv2LicenseTermsRequestBody
  - `options` GithubComStoryprotocolProtocolApiApiInternalModelsProtocolv2LicenseTermsQueryOptions
    - `orderBy` string
    - `orderDirection` string
    - `pagination` object
      - `after` string
      - `before` string
      - `limit` integer
    - `where` object
      - `blockNumber` string
      - `id` string

## Response `200`

OK

- GithubComStoryprotocolProtocolApiApiInternalModelsProtocolv1LicenseTermsResponse
  - `data` GithubComStoryprotocolProtocolApiApiInternalModelsProtocolv1LicenseTerm[]
    - `blockNumber` string
    - `blockTime` string
    - `id` string
    - `licenseTemplate` string
    - `licenseTerms` object[]
    - `terms` GithubComStoryprotocolProtocolApiApiInternalModelsProtocolv1Term
      - `commercialAttribution` boolean
      - `commercialRevCeiling` BigInt
      - `commercialRevShare` BigInt
      - `commercialUse` boolean
      - `commercializerChecker` string
      - `commercializerCheckerData` string
      - `currency` string
      - `defaultMintingFee` integer
      - `derivativeRevCeiling` BigInt
      - `derivativesAllowed` boolean
      - `derivativesApproval` boolean
      - `derivativesAttribution` boolean
      - `derivativesReciprocal` boolean
      - `expiration` BigInt
      - `royaltyPolicy` string
      - `transferable` boolean
      - `uri` 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)
