Skip to main content
GET
/
schema
/
{user}
/
{namespace}
/
datasets
List datasets within namespace
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"
  }
]

Authorizations

Authorization
string
header
required

Path Parameters

user
string
required
namespace
string
required

Response

name
string
required
namespace
string
required
owner
string
required
visibility
enum<string>
required
Available options:
Public,
Private
nameWithNamespace
string
deprecated
user
string
deprecated