List samples

GET {{baseUrl}}/api/:projectId/raw-data?category=<string>&limit=<integer>&offset=<integer>&excludeSensors=<boolean>&labels=<string>&filename=<string>&maxLength=<integer>&minLength=<integer>&minFrequency=<number>&maxFrequency=<number>&signatureValidity=<string>&includeDisabled=<string>

Retrieve all raw data by category.

Request Params

KeyDatatypeRequiredDescription
categorystring(Required) Which of the three acquisition categories to retrieve data from
limitstringMaximum number of results
offsetstringOffset in results, can be used in conjunction with LimitResultsParameter to implement paging.
excludeSensorsstringWhether to exclude sensors in the response (as these can slow down requests when you have large pages).
labelsstringOnly include samples with a label within the given list of labels, given as a JSON string
filenamestringOnly include samples whose filename includes the given filename
maxLengthstringOnly include samples shorter than the given length, in milliseconds
minLengthstringOnly include samples longer than the given length, in milliseconds
minFrequencystringOnly include samples with higher frequency than given frequency, in hertz
maxFrequencystringOnly include samples with lower frequency than given frequency, in hertz
signatureValiditystringInclude samples with either valid or invalid signatures
includeDisabledstringInclude only enabled or disabled samples (or both)

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;samples&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;totalCount&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}}