v1

latestOpenAPI 3.1.02026-07-242623413.3 KB
Open API/Dataset

Query dataset list

Query datasets of current team, supporting complex filtering criteria and sorting rules.

get/dataset/list

Query parameters

pageNointeger

Current page number, default to 1

pageSizeinteger

Number of page records, value from 1 to 100, default to 10

namestring

Filter by name, fuzzy matching

typestring

Filter by type, LIDAR, IMAGE, AV, TEXT or GENERATIVE_AI

startCreatedTimestring

Created after this time, in ISO 8601 format

endCreatedTimestring

Created before this time, in ISO 8601 format

sortBystring

Sort by, NAME, CREATED_AT or UPDATED_AT

sortDirectionstring

Sort direction, ASC or DESC

Headers

Authorizationstring

Response

Success

codestring required

Error code, OK indicates success, while others indicate failure

messagestring required

Error message