---
title: "List IP Edges"
method: POST
path: "/api/v3/assets/edges"
tags: ["IPAssets"]
---

# List IP Edges

`POST /api/v3/assets/edges`

Retrieve a paginated, filtered list of IP Edges

## Request body

- GithubComStoryprotocolProtocolApiApiInternalModelsProtocolv2IpAssetEdgeRequestBody
  - `options` GithubComStoryprotocolProtocolApiApiInternalModelsProtocolv2IpAssetEdgeQueryOptions
    - `orderBy` string
    - `orderDirection` string
    - `pagination` object
      - `after` string
      - `before` string
      - `limit` integer
    - `where` object
      - `blockNumber` string
      - `ipId` string
      - `licenseTermsId` string
      - `licenseTokenId` string
      - `parentIpId` string
      - `transactionHash` string

## Response `200`

OK

- GithubComStoryprotocolProtocolApiApiInternalModelsProtocolv1IPAssetEdgeResponse
  - `data` GithubComStoryprotocolProtocolApiApiInternalModelsProtocolv1IpAssetEdge[]
    - `blockNumber` string
    - `blockTime` string
    - `ipId` string
    - `licenseTemplate` string
    - `licenseTermsId` string
    - `licenseTokenId` string
    - `parentIpId` string
    - `transactionHash` string
    - `transactionIndex` 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)
