---
title: "Get all pools"
method: GET
path: "/pools"
tags: ["Pools"]
---

# Get all pools

`GET /pools`

Returns all public scene pools with filtering and pagination

## Query parameters

- `eth_address` string
- `group` string
- `sort_by` string
- `sort_order` 'asc' | 'desc'
- `limit` integer
- `offset` integer

## Response `200`

List of pools

- object
  - `ok` boolean
  - `data` object[]
    - `id` string, uuid
    - `title` string
    - `description` string
    - `thumbnail` string
    - `scene_id` string, uuid
    - `eth_address` string
    - `cols` integer
    - `rows` integer
    - `parcels` integer
    - `transforms` integer
    - `gltf_shapes` integer
    - `nft_shapes` integer
    - `scripts` integer
    - `entities` integer
    - `is_deleted` boolean
    - `is_public` boolean
    - `is_template` boolean
    - `creation_coords` string
    - `template_status` 'active' | 'coming_soon'
    - `video` string
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `groups` string[]
    - `likes` integer
    - `like` boolean

---

[API](https://skmtc.net/decentraland/apis/realm-provider-api.md) · [All operations](https://skmtc.net/decentraland/apis/realm-provider-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/decentraland/realm-provider-api/revisions/d94e0e0f1821/schema)
