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