Dataset List
curl --request GET \
--url https://api.example.com/v2/{entity}/{project}/datasets \
--header 'Authorization: Basic <encoded-value>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Dataset List
List dataset objects.
GET
/
v2
/
{entity}
/
{project}
/
datasets
Dataset List
curl --request GET \
--url https://api.example.com/v2/{entity}/{project}/datasets \
--header 'Authorization: Basic <encoded-value>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-kb-refresh.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Query Parameters
Maximum number of datasets to return
Number of datasets to skip
Response
Successful Response
Was this page helpful?
⌘I