---
title: "List a IPGroup's edges"
method: POST
path: "/api/v3/ip-group-edges"
tags: ["IPGroup"]
---

# List a IPGroup's edges

`POST /api/v3/ip-group-edges`

Retrieve an IPGroup edges

## Request body

- GithubComStoryprotocolProtocolApiApiInternalModelsProtocolv2IPGroupEdgesRequestBody
  - `options` GithubComStoryprotocolProtocolApiApiInternalModelsProtocolv2IPGroupEdgesQueryOptions
    - `ipIds` string[]
    - `orderBy` string
    - `orderDirection` string
    - `pagination` object
      - `after` string
      - `before` string
      - `limit` integer
    - `tokenContractIds` string[]
    - `tokenIds` string[]
    - `where` object
      - `blockNumber` string
      - `groupId` string

## Response `200`

OK

- GithubComStoryprotocolProtocolApiApiInternalModelsProtocolv2IPGroupEdgesResponse
  - `data` GithubComStoryprotocolProtocolApiApiInternalModelsProtocolv2IPGroupEdge[]
    - `block_number` string
    - `block_time` string
    - `group_id` string
    - `ip_id` string
    - `transaction_hash` string
  - `hasNextPage` boolean
  - `hasPreviousPage` boolean
  - `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)
