---
title: "Get Datasources"
method: GET
path: "/admin/datasources"
---

# Get Datasources

`GET /admin/datasources`

## Query parameters

- `user_id` integer, required

## Headers

- `Authorization` string, nullable

## Cookies

- `session_id` string, nullable

## Response `200`

Successful Response

- GetDatasourcesResponse
  - `items` DatasourceResponse[], required
    - `id` integer, required
    - `name` string, required
    - `supports_resync` boolean, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-03** `8b7d1d1fe8e1` — 1 info
  - added the required property `items/items/supports_resync` to the response with the `200` status

[Change history](https://skmtc.dev/runconverge/apis/fastapi/changes/admin/datasources/get.md)

---

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