---
title: "List sites with pagination"
method: GET
path: "/api/v1/site"
tags: ["Site"]
---

# List sites with pagination

`GET /api/v1/site`

Returns a paginated list of sites that the currently logged-in user has access to. Supports filtering by name, archived status, live status, and system site inclusion.

## Query parameters

- `filter` string
- `archive` boolean
- `live` boolean
- `system` boolean
- `page` integer
- `per_page` integer

## Response `200`

Paginated list of sites retrieved successfully

- ResponseEntityListMapView
  - `errors` ErrorEntity[]
    - `errorCode` string
    - `message` string
    - `fieldName` string
  - `entity` object[]
  - `messages` MessageEntity[]
    - `message` string
  - `i18nMessagesMap` object
  - `permissions` string[]
  - `pagination` Pagination
    - `currentPage` integer
    - `perPage` integer
    - `totalEntries` integer

## Other responses

- `403` — User does not have permission to access sites
- `500` — Internal server error

---

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