# Get Datasources Present In Account

API for getting all the datasources present in account.

Endpoint: GET /v1/data-sources
Version: 1.0
Security: x-api-key

## Header parameters:

  - `Harness-Account` (string)
    Identifier field of the account the resource is scoped to.

## Response 200 fields (application/json):

  - `data_sources` (array, required)

  - `data_sources.identifier` (string, required)

  - `data_sources.name` (string, required)

  - `data_sources.description` (string, required)


