---
title: "List Tracker Offers"
method: GET
path: "/api/v1/export/tracker-offers"
tags: ["Export"]
---

# List Tracker Offers

`GET /api/v1/export/tracker-offers`

## Query parameters

- `tracker_id` string, uuid, nullable
- `offer_id` string, uuid, nullable
- `created_at_from` string, date-time, nullable
- `created_at_to` string, date-time, nullable
- `cursor` string, nullable
- `size` integer

## Response `200`

Successful Response

- CursorPageTrackerOfferExportDTO
  - `items` TrackerOfferExportDTO[], required
    - `id` string, uuid, required
    - `trackerId` string, uuid, required
    - `offerId` string, uuid, required
    - `weight` integer, required
  - `total` integer, required
  - `current_page` string, nullable — Cursor to refetch the current page
  - `current_page_backwards` string, nullable — Cursor to refetch the current page starting from the last item
  - `previous_page` string, nullable — Cursor for the previous page
  - `next_page` string, nullable — Cursor for the next page

## Other responses

- `422` — Validation Error

---

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