Skip to main content
GET
/
api
/
v1
/
datalake
/
{source}
/
databases
List databases
curl --request GET \
  --url https://ai-loop.alpeadria.com/api/v1/datalake/{source}/databases \
  --header 'Authorization: Bearer <token>'
[
  {
    "name": "db_ai-loop_V3_Services",
    "userFriendlyName": "V3_Services"
  },
  {
    "name": "db_ai-loop_V3_Intermodal_Gateway",
    "userFriendlyName": "V3_Intermodal_Gateway"
  }
]
Lists all available collections for a specific data source.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

source
string
required

Data source (e.g. ailoop, fleet)

Response

200 - application/json

List of databases for the source

name
string

Actual MongoDB collection name

userFriendlyName
string

Human-readable name without prefix