---
title: "List offers"
method: GET
path: "/offers"
---

# List offers

`GET /offers`

This endpoint lets you list all your offers that meet the requirements given in the API request. For example, it allows you to filter offers by offer type or offer status. <br /><br /> Additional **response header:** **x-total-count**. It will show the number of offers. <br /><br /> This endpoint supports [conditional requests](https://developers.cleeng.com/reference/api31#conditional-requests).

## Query parameters

- `pageNumber` string
- `pageLimit` string
- `search` string
- `type[]` string[]
- `status` string
- `appStoreName` string
- `appStoreProductId` string

## Response `200`

200

## Other responses

- `400` — 400

---

[API](https://skmtc.net/cleeng/apis/mediastore-api.md) · [All operations](https://skmtc.net/cleeng/apis/mediastore-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cleeng/mediastore-api/versions/00cbfe7998a4/schema)
