---
title: "List Asset Discovery Sources"
method: GET
path: "/discovery/sources/"
tags: ["Asset Discovery"]
---

# List Asset Discovery Sources

`GET /discovery/sources/`

## Query parameters

- `length` integer
- `page` integer

## Response `200`

- PaginatedSourceList
  - `count` integer — Total number of results.
  - `page_total` integer — Total number of pages.
  - `page` integer — Number of the current page. The first page is 1. Defaults to 1 if no specific page is requested.
  - `length` integer — Number of results returned per page.
  - `results` Source[]
    - `id` string, required — Identifier of the source.
    - `name` string, required — Name of the source. The maximum length is 256 characters.

## Other responses

- `400`
- `401`
- `500`

---

[API](https://skmtc.net/probely/apis/snyk-api-web-s-api-reference-documentation.md) · [All operations](https://skmtc.net/probely/apis/snyk-api-web-s-api-reference-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/probely/snyk-api-web-s-api-reference-documentation/versions/e29879bff01b/schema)
