GET
/
api
/
v1
/
data_sources
/
{data_source_id}
/
summary
curl --request GET \
  --url https://app.datafold.com/api/v1/data_sources/{data_source_id}/summary \
  --header 'Authorization: <api-key>'
{
  "id": 123,
  "name": "<string>",
  "type": "<string>"
}

Authorizations

Authorization
string
header
required

Use the 'Authorization' header with the format 'Key <api-key>'

Path Parameters

data_source_id
integer
required

Response

200
application/json
Successful Response

Used in OSS data-diff with non-admin privileges to get a DS overview.

id
integer
required
name
string
required
type
string
required