---
title: "Get public pastes"
method: GET
path: "/public-pastes"
---

# Get public pastes

`GET /public-pastes`

## Query parameters

- `filter_tags` string
- `user_id` string

## Response `200`

Public pastes

- Paste[]
  - `id` string
  - `content` string
  - `title` string
  - `encrypted` boolean
  - `visibility` 'PUBLIC' | 'PRIVATE' | 'UNLISTED'
  - `raw_url` string
  - `type` 'PASTE' | 'MULTI_PASTE'
  - `created_at` string, date-time
  - `expire_at` string, date-time
  - `tags` string[]
  - `forked_from` string
  - `user_id` string
  - `folder` string
  - `starred` boolean
  - `ai` boolean

---

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