Get data source

Get a data source by id

GET
/datasources/{dataSourceId}
AuthorizationBearer <token>

Bearer token authentication. Use your API key as the bearer token.

In: header

Path Parameters

dataSourceIdstring

Data Source ID

Response Body

curl -X GET "https://eu1.api.bivariant.com/v1/datasources/string"
{
  "createdAt": "string",
  "description": "string",
  "id": "string",
  "kind": "LOCAL_ASSET",
  "name": "string",
  "organizationId": "string",
  "sourceConfig": null,
  "spaceId": "string",
  "title": "string",
  "updatedAt": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}