---
title: "Get a list of sources"
method: GET
path: "/sources"
tags: ["Sources"]
---

# Get a list of sources

`GET /sources`

Returns a list of all possible sources for leads in your Nutshell instance.

## Query parameters

- `q` string

## Response `200`

OK

- object
  - `sources` Source[]
    - `id` string — The API ID of this entity, formatted {integer}-{entityType}
    - `name` string
    - `href` string
    - `modifiedTime` integer — Unix Timestamp
    - `channel` object — Channels group sources into broader groups.
      - `value` integer
      - `display` string
    - `deletedTime` integer — Unix Timestamp

---

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