Skip to main content
GET
List all datasets

Authorizations

Authorization
string
header
required

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

Query Parameters

offset
integer<int64>
required

Specifies the number of elements to skip before starting to collect the result

Required range: x >= 0
limit
integer<int64>
required

Specifies the maximum number of items to return

Required range: x >= 1
state
enum<string>

Specifies the dataset state to filter for Status of dataset creation:

  • PENDING - The dataset has been created and is pending further actions. Mainly data addition
  • PROCESSING - The dataset is currently being processed. When this status is returned an url to check status is returned too
  • COMPLETED - The dataset has been processed and is completed. The dataset is now ready to be used for training models
  • FAILED - The dataset processing has failed
Available options:
PENDING,
PROCESSING,
COMPLETED,
FAILED
withModelOnly
boolean

Specifies whether or not the datasets returned should have a model associated

Response

Datasets successfully listed

datasets
object[]
required
offset
integer<int64>
required
limit
integer<int64>
required
total
integer<int64>
required
nextOffset
integer<int64>