-
Notifications
You must be signed in to change notification settings - Fork 4
Description
This is an example response to a REST query to get a combined data asset info:
{"contained_data_assets":[{"id":"99d91900-04ec-46c8-af51-e372a8292022","mount":"behavior_711042_2024-08-23_13-27-08","size":78472547589},{"id":"e7828c56-ac38-445d-9f15-c53cddbd937a","mount":"behavior_711042_2024-08-22_12-20-56","size":78936398323},{"id":"5cb82b60-4c85-4c90-a18f-6b3c26a1610c","mount":"behavior_711042_2024-08-21_13-28-09","size":76631123995},{"id":"ee0e527d-1230-4aca-b167-6ba94b305174","mount":"behavior_711042_2024-08-14_12-42-22","size":81187138770},{"id":"c1c51627-d304-42cc-880d-b58bf9553d75","mount":"behavior_711042_2024-08-12_13-03-46","size":76685682316},{"id":"f31eb215-b833-46c2-b107-7a8e590bf3a2","mount":"behavior_711042_2024-08-07_12-20-41","size":79157797287}],"created":1730313207,"custom_metadata":{"data level":"raw data","experiment type":"FIP","institution":"AIND","modality":"Fiber photometry"},"description":"Example videos from 446 behavior boxes. ","id":"6fd4a904-4a88-4e79-90d4-4a9e856f5670","last_used":0,"mount":"example_446_videos_df","name":"example_446_videos_df_711042","size":471070688280,"state":"ready","tags":["446"],"type":"result"}
When using the python sdk, the contained_data_assets field is filtered out as it is not present in the relevant class.