Skip to main content
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>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

entity
string
required
project
string
required

Query Parameters

limit
integer | null

Maximum number of datasets to return

offset
integer | null

Number of datasets to skip

Response

Successful Response