---
title: "Get list of custom landings"
method: GET
path: "/api/v1/landing"
tags: ["Landings (Pre-landing/Post-landing)"]
---

# Get list of custom landings

`GET /api/v1/landing`

Get list of custom landings of current user.

## Query parameters

- `filter_by_name` string, nullable
- `order_by` 'created_at' | 'updated_at'
- `order_direction` 'asc' | 'desc'
- `filter_by_template_id` string, uuid, nullable
- `filterByCompanyUserId` string[], nullable — Filter by company user ID(s)
- `all_available` boolean — Whether to get all PWAs (including those of other users in the same company, if permissions allow) or only the user's own PWAs
- `page` integer
- `size` integer

## Response `200`

Successful Response

- PageLandingCustomDTO
  - `items` LandingCustomDTO[], required
    - `id` string, uuid, required
    - `name` string, required
    - `comment` string, nullable, required
    - `htmlUrl` string, required
    - `userId` string, uuid, required
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, nullable, required
    - `previewUrl` string, nullable
    - `translations` string[], nullable
    - `owner` OwnerDTO
      - `ownerCompanyUserId` string, uuid, nullable
      - `email` string, email, required
      - `logoUrl` string, nullable
  - `total` integer, required
  - `page` integer, required
  - `size` integer, required
  - `pages` integer, required

## Other responses

- `401` — Authentication required.
- `403` — Access denied.
- `404` — The requested resource was not found.
- `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)
