---
title: "List of product mappings"
method: GET
path: "/api/v2/product_mappings"
tags: ["Product Mappings"]
---

# List of product mappings

`GET /api/v2/product_mappings`

**No scope required.**

## Query parameters

- `page[size]` integer
- `page[after]` string
- `page[before]` string
- `filter[product_id]` string
- `filter[external_id]` string
- `filter[deleted_at_lt]` string, date-time
- `filter[deleted_at_gt]` string, date-time
- `filter[created_at_gt]` string, date-time
- `filter[created_at_lt]` string, date-time
- `filter[updated_at_gt]` string, date-time
- `filter[updated_at_lt]` string, date-time
- `fields[product_mappings]` string[]

## Response `200`

With all fields and relationships

## Other responses

- `401` — Unauthenticated

---

[API](https://skmtc.dev/g2/apis/g2-api.md) · [All operations](https://skmtc.dev/g2/apis/g2-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/g2/g2-api/revisions/63b15460479c/schema)
