GET
/
data
Fetch datasets
curl --request GET \
  --url https://api.datalinks.com/api/v1/data \
  --header 'Authorization: Bearer <token>'
[
  {
    "name": "<string>",
    "namespace": "<string>",
    "nameWithNamespace": "<string>",
    "owner": "<string>",
    "user": "<string>",
    "visibility": "Public"
  }
]

Authorizations

Authorization
string
header
required

Use a Bearer token for authentication. Submit the token using the Authorization header: Authorization: Bearer <token>.

Response

200
application/json

Successful response containing data with namespace details.

The response is of type object[].