Skip to main content
GET
List Huggingface Datasets

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

authorization
string | null
X-API-Key
string | null

Query Parameters

limit
integer
default:20
Required range: 1 <= x <= 100
offset
integer
default:0
Required range: x >= 0
mine
boolean
default:false
author
string | null
Required string length: 1 - 128
access
string
default:available
Pattern: ^(available|public|gated|private|all)$

Response

Successful Response

datasets
HuggingFaceDatasetSummary · object[]
required
cache_status
enum<string>
default:bypass
Available options:
hit,
miss,
mixed,
bypass
has_more
boolean
default:false
next_offset
integer | null
source_counts
Source Counts · object