List files in dataset
List files in dataset
List all files and directories in specified prefix.
POSThttps://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/dataset/{dataset}/files
Path parameters
organizationId*integer
Organization ID
dataset*string
Dataset name
Body
prefix*string
S3 prefix
continuationTokenstring
Only one S3 page (1000 items typically) is returned. Pass in the continuationToken on the next request to receive the next page.
onlyFetchFoldersboolean
If set, then no files will be returned
Response
OK
Body
success*boolean
Whether the operation succeeded
errorstring
Optional error description (set if 'success' was false)
files*array of PortalFile (object)
continuationTokenstring
Request
Response
Last updated