---
title: "List named sources"
method: GET
path: "/v3/named-sources"
tags: ["Named Sources"]
---

# List named sources

`GET /v3/named-sources`

## Query parameters

- `search` string
- `page` integer
- `pageSize` integer
- `orderBy` 'name' | 'createdAt' | 'updatedAt'
- `orderDirection` 'ASC' | 'DESC'

## Response `200`

The named sources.

- object
  - `meta` object
    - `page` object
      - `current` integer
      - `pageSize` integer
      - `total` integer, nullable
      - `totalPages` integer, nullable
  - `links` object
    - `prev` string, nullable
    - `next` string, nullable
  - `data` NamedSource[]
    - `name` string
    - `source` string
    - `accountId` string
    - `userId` string
    - `createdAt` string
    - `updatedAt` string

## Other responses

- `400` — The request is malformed or a parameter failed validation.
- `401` — The token is missing, malformed or expired.

---

[API](https://skmtc.net/gitbookio/apis/carto-api.md) · [All operations](https://skmtc.net/gitbookio/apis/carto-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gitbookio/carto-api/revisions/019f79ecdd6c/schema)
