List data

GET {{baseUrl}}/api/organizations/:organizationId/data?dataset=<string>&filter=<string>&limit=<integer>&offset=<integer>

Lists all data items. This can be filtered by the ?filter parameter.

Request Params

KeyDatatypeRequiredDescription
datasetstringSelected dataset
filterstringData 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).
limitstringMaximum number of results
offsetstringOffset in results, can be used in conjunction with LimitResultsParameter to implement paging.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;filterParseError&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;data&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;totalFileCount&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;totalDataItemCount&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}}