Get data metadata

GET {{baseUrl}}/api/organizations/:organizationId/data/:dataId?filter=<string>

Get a data item. This will HEAD the underlying bucket to retrieve the last file information.

Request Params

KeyDatatypeRequiredDescription
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).

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

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