---
title: "Get a named source"
method: GET
path: "/v3/named-sources/{name}"
tags: ["Named Sources"]
---

# Get a named source

`GET /v3/named-sources/{name}`

## Path parameters

- `name` string, required

## Response `200`

The named source.

- NamedSource
  - `name` string
  - `source` string
  - `accountId` string
  - `userId` string
  - `createdAt` string
  - `updatedAt` string

## Other responses

- `401` — The token is missing, malformed or expired.
- `404` — The named source doesn't exist.

---

[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)
