cURL
curl --request GET \ --url https://ai-loop.alpeadria.com/api/v1/datalake/{source}/databases/{db}/documents \ --header 'Authorization: Bearer <token>'
{ "data": [ { "_id": "68db6f2c0ac7da8532656a2", "Origin": "Venice", "Destination": "Novara", "Service_ID": "V0000440" } ], "headers": [ "_id", "Origin", "Destination", "Service_ID" ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of documents and headers