メインコンテンツへスキップ
GET
/
v2
/
{entity}
/
{project}
/
datasets
データセットの一覧
curl --request GET \
  --url https://api.example.com/v2/{entity}/{project}/datasets \
  --header 'Authorization: Basic <encoded-value>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

承認

Authorization
string
header
必須

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

パスパラメータ

entity
string
必須
project
string
必須

クエリパラメータ

limit
integer | null

返すデータセットの最大数

offset
integer | null

スキップするデータセットの数

レスポンス

成功時のレスポンス