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

# List IPLicenseTerms

`POST /api/v3/licenses/ip/terms`

Retrieve a paginated, filtered list of IPLicenseTerms

## Request body

- GithubComStoryprotocolProtocolApiApiInternalModelsProtocolv2IPLicenseTermsRequestBody
  - `options` GithubComStoryprotocolProtocolApiApiInternalModelsProtocolv2IPLicenseTermsQueryOptions
    - `orderBy` string
    - `orderDirection` string
    - `pagination` object
      - `after` string
      - `before` string
      - `limit` integer
    - `where` object
      - `blockNumber` string
      - `id` string
      - `ipId` string

## Response `200`

OK

- GithubComStoryprotocolProtocolApiApiInternalModelsProtocolv1IPLicenseTermsResponse
  - `data` GithubComStoryprotocolProtocolApiApiInternalModelsProtocolv1IPLicenseTerm[]
    - `blockNumber` string
    - `blockTime` string
    - `disabled` boolean
    - `id` string
    - `ipId` string
    - `licenseTemplate` string
    - `licenseTermsId` string
    - `licensingConfig` GithubComStoryprotocolProtocolApiApiInternalModelsProtocolv1LicensingConfig
      - `commercialRevShare` integer
      - `disabled` boolean
      - `expectGroupRewardPool` string
      - `expectMinimumGroupRewardShare` integer
      - `hookData` string
      - `isSet` boolean
      - `licensingHook` string
      - `mintingFee` 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)
