---
title: "List data sources"
method: GET
path: "/v1/accounts/{accountId}/data-sources"
tags: ["Accounts"]
---

# List data sources

`GET /v1/accounts/{accountId}/data-sources`

Retrieves the list of data sources available for the specified account.

## Path parameters

- `accountId` integer, required — Unique identifier for the Databox account.

## Response `200`

Successful response containing the list of data sources available for the account.

- object
  - `requestId` string — Unique identifier for the request.
  - `status` string — Indicates the status of the request.
  - `dataSources` DataSource[] — List of data sources.
    - `id` integer — Unique identifier for the data source.
    - `title` string — Human-readable name of the data source. May be empty but not null.
    - `created` string, date-time — ISO 8601 timestamp when the data source was created.
    - `timezone` string — IANA time zone string indicating the data source time zone used for data visualization.
    - `key` string — Internal identifier for the data source. Defaults to `"ingestion"`.
    - `ingestionSupported` boolean — Whether the data source supports dataset creation and data ingestion.

## Other responses

- `400` — Error response indicating one or more request parameters are invalid.
- `401` — Error response indicating that the API key is missing or invalid.

---

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