v1
latestOpenAPI 3.0.02026-07-2480355389.7 KBList folders
Returns list of all folders given provided filters.
Path parameters
Team's sluggified name
Query parameters
[ 123 ]
Controls whether to include only items with/without comments
Controls whether to include only items with/without comments
For batch operation this filter has to be set to true if no other optional filter is provided.
For batch operation this filter has to be set to true if no other optional filter is provided.
Item's path prefix to match. This filter only matches on full path segments, it's not possible to match on e.g. '/some_path' with '/some' filter.
Item's path prefix to match. This filter only matches on full path segments, it's not possible to match on e.g. '/some_path' with '/some' filter.
Item's path prefix to match. This filter only matches on full path segments, it's not possible to match on e.g. '/some_path' with '/some' filter.
Item's path prefix to match. This filter only matches on full path segments, it's not possible to match on e.g. '/some_path' with '/some' filter.
[ "/some/path" ]
[ "/some/path" ]
[ "e23ff3f3-8f77-4e78-9e81-fdb25abfb781" ]
[ "e23ff3f3-8f77-4e78-9e81-fdb25abfb781" ]
[ "my item" ]
[ "my item" ]
Prefix of item's name
Prefix of item's name
Prefix of item's name
Prefix of item's name
Partial item's name
Partial item's name
Partial item's name
Partial item's name
[ "e23ff3f3-8f77-4e78-9e81-fdb25abfb781" ]
[ "e23ff3f3-8f77-4e78-9e81-fdb25abfb781" ]
[ "image" ]
[ "image" ]
[ 123 ]
[ 123 ]
[ 123 ]
[ 123 ]
[ 123 ]
[ 123 ]
Filters folders that are not in given path
Filters folders that are not in given path
Set to 'true' if you need the response to come with thumbnail URLs for each item.
Set to 'true' if you need the response to come with thumbnail URLs for each item.
Set to 'true' if you don't want to receive empty folders.
Set to 'true' if you don't want to receive empty folders.
Response
DatasetsV2.ItemManagement.ListFoldersResponse
Example response
{
"folders": [
{
"dataset_id": 123,
"thumbnail_url": "https://darwin-production-data.s3.eu-west-1.amazonaws.com/some-file.jpg?X-Amz-Signature=f0aa21e3d89ba4e7a7108eaf9873566ee5e0e3823bc5862fd3b0b9f1f44d15ac&X-Amz-Algorithm=AWS4-HMAC-SHA256",
"thumbnails_urls": [
"https://darwin-production-data.s3.eu-west-1.amazonaws.com/some-file.jpg?X-Amz-Signature=f0aa21e3d89ba4e7a7108eaf9873566ee5e0e3823bc5862fd3b0b9f1f44d15ac&X-Amz-Algorithm=AWS4-HMAC-SHA256"
]
}
]
}