---
title: "List Pixels"
method: GET
path: "/api/v1/export/pixels"
tags: ["Export"]
---

# List Pixels

`GET /api/v1/export/pixels`

## Query parameters

- `user_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

- CursorPagePixelExportDTO
  - `items` PixelExportDTO[], required
    - `id` string, uuid, required
    - `pixel` string, required
    - `token` string, required
    - `comment` string, nullable
    - `pixelType` string, required
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, nullable
    - `userId` string, uuid, 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/060ef67e573a/schema)
