---
title: "List data sources"
method: GET
path: "/dataSources"
tags: ["Data Sources"]
---

# List data sources

`GET /dataSources`

Lists all data sources.

## Query parameters

- `limit` integer
- `after` string, nullable

## Response `200`

The list of data sources.

- PagedDataSources — A page of data sources.
  - `cursors` Cursors, required — A cursor refers to a random string of characters which marks a specific item in a list of data. The cursor will always point to the item, however it will be invalidated if the item is deleted or removed. Therefore, your app shouldn't store cursors or assume that they will be valid in the future.
    - `after` string — This is the cursor that points to the end of the page of data that has been returned.
  - `results` DataSource[], required
    - `name` string, required — The name of the data source.
    - `dataSourceName` string, required — The value of the "Data Source Type" attribute on the Database asset. It is also used in group mapping as the "provider" name
    - `dataSourceAliases` DataSourceAlias[] — A list of aliases for the data source name used in the "Data Source Type" attribute on the Database asset.
    - `id` string, uuid, required — The ID of the data source.
    - `isBuiltIn` boolean — Indicates whether the data source is protect built-in or not.
    - `createdBy` string, uuid, required — ID of the Collibra user who created this data source.
    - `createdOn` integer, required — The timestamp of when this data source was created
    - `lastModifiedBy` string, uuid, required — ID of the Collibra user who last updated this data source.
    - `lastModifiedOn` integer, required — The timestamp of when this data source was last updated.

## Other responses

- `401` — The client is not authenticated.
- `403` — The user lacks permissions.
- `500` — There was an error processing the request.

---

[API](https://skmtc.net/collibra/apis/collibra-data-governance-center-core-api.md) · [All operations](https://skmtc.net/collibra/apis/collibra-data-governance-center-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/collibra/collibra-data-governance-center-core-api/revisions/6d091bc86a33/schema)
