---
title: "Get list of URLs"
method: POST
path: "/gdn-url-management-api/v2/projects/{projectId}/web-pages/list"
tags: ["GDN url management"]
---

# Get list of URLs

`POST /gdn-url-management-api/v2/projects/{projectId}/web-pages/list`

Get list of URLs.

## Path parameters

- `projectId` string, required

## Request body

- WebPageListRequest
  - `domainName` string — domain name
  - `limit` integer — limit
  - `localeIds` string[]
  - `offset` integer — offset
  - `orderBy` object — Sort result by fields
    - `items` object[]
      - `direction` 'DOMAIN' | 'URL_PATH' — Sort direction
  - `orderDirection` 'ASC' | 'DESC' — Sort direction
  - `urlCaptureDateAfter` string, date-time — The date after which the URL was captured.
  - `urlCaptureDateBefore` string, date-time — The date by which the URL was captured.
  - `urlPath` string — url
  - `urlPathExactMatch` boolean — Should or should not apply exact match.

## Response `200`

OK

- WebPageListResponse
  - `response` object, required
    - `code` 'SUCCESS', required — Indicates whether the response was successful or what error has occured.
    - `data` object
      - `items` object[]
        - `created` string — url capture date
        - `domain` object — domain
          - `name` string — url domain name
        - `urlPath` string — Watcher name
        - `webPageUid` string — url identifier
      - `totalCount` integer — Total element count

---

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