List files
Last updated
Was this helpful?
Last updated
Was this helpful?
Lists all files included by the filter.
/api/organizations/{organizationId}/data/files
Organization ID
Selected dataset
activity data
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).
dataset = 'activity data' AND (label = 'running' OR metadata->user = 'Jan Jongboom')
Maximum number of results
Offset in results, can be used in conjunction with LimitResultsParameter to implement paging.