---
title: "Search documents"
method: GET
path: "/api/document/search/v2"
tags: ["Editor API"]
---

# Search documents

`GET /api/document/search/v2`

Retrieve all Documents attached to your Pixelixe account, or filter by document, user or size.

## Query parameters

- `user_uid` string
- `document_uid` string
- `created_by` 'owner' | 'api-editor'
- `width` integer
- `height` integer
- `folder_path` string

## Response `200`

List of documents

- DocumentSearchResponse
  - `api_key` string
  - `documents` object[]

## Other responses

- `401` — Invalid or missing API key

---

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