---
title: "Get general informations about a data provider, like his version or the max number sample for each type of request"
method: GET
path: "/data-providers/{dataProviderId}"
tags: ["Data Providers"]
---

# Get general informations about a data provider, like his version or the max number sample for each type of request

`GET /data-providers/{dataProviderId}`

## Path parameters

- `dataProviderId` string, required

## Response `200`

The info of the data provider

## Other responses

- `400` — The Data provider id must not be null
- `404` — The data provider doesn't exist

## Changes

- **2024-07-22** `3063ef5d8a81` — 1 info
  - api operation id `controller.dataProviders.get_data_provider_info` removed and replaced with `debiaiServer.controller.dataProviders.get_data_provider_info`
- **2024-07-19** `30f824d14afd` — 1 info
  - api operation id `debiaiServer.controller.dataProviders.get_data_provider_info` removed and replaced with `controller.dataProviders.get_data_provider_info`

[Change history](https://skmtc.dev/debiai/apis/debiai-backend-api/changes/data-providers/:dataProviderId/get.md)

---

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