cURL
curl --request GET \ --url https://api.datalinks.com/api/v1/schema/datasets/all \ --header 'Authorization: Bearer <token>'
[ { "name": "<string>", "namespace": "<string>", "nameWithNamespace": "<string>", "owner": "<string>", "user": "<string>", "visibility": "Public" } ]
Retrieve all datasets visible to the authenticated user
Public
Private