v1
latestOpenAPI 3.1.02026-07-242623413.3 KBOpen API/Dataset
Query item (data, scene or batch) list of dataset
Query the list of items (data, scenes, or batches) under the dataset, returning only the items at the current level.
get/dataset/listItem/{datasetId}
Path parameters
datasetIdstring required
Dataset ID
Query parameters
pageNointeger
Current page number; default to 1
pageSizeinteger
Number of page records; value from 1 to 100, default to 10
parentIdinteger nullable
Parent ID, Batch ID or Scene ID, default to null
namestring
Filter by name, fuzzy matching
typestring
Filter by type, SINGLE_DATA, SCENE or BATCH
startCreatedTimestring
Created after this time, in ISO 8601 format
endCreatedTimestring
Created befo this time, in ISO 8601 format
sortBystring
Sort by, NAME or CREATED_AT
sortDirectionstring
Sort direction, ASC or DESC
Headers
Authorizationstring
Response
Success