List files
GET {{baseUrl}}/api/organizations/:organizationId/data/files?dataset=<string>&filter=<string>&limit=<integer>&offset=<integer>
Lists all files included by the filter.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
dataset | string | Selected dataset | |
filter | string | Data filter in SQL WHERE format, where you can reference 'dataset', 'bucket', 'name', 'total_file_count', 'total_file_size', 'created' and any metadata label through 'metadata->' (dots are replaced by underscore). | |
limit | string | Maximum number of results | |
offset | string | Offset in results, can be used in conjunction with LimitResultsParameter to implement paging. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"totalFileSize":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"totalFileCount":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"totalDataItemCount":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"data":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"filterParseError":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}}