The Assets API allows you to search, retrieve, and update data assets within your Decube organization. Use these endpoints to automate asset discovery, manage metadata, and integrate asset information into your data workflows and applications.
Search Assets
post
Search assets with optional filters for type, parent, tags, classifications, and owners. Returns paginated results matching the specified criteria.
Body
queryany ofOptional
Search term to match against
stringOptional
or
nullOptional
search_typestring · enumOptional
Type of search to perform. For exact searches, this is matched approximately against the name field. For fuzzy searches, this is matched exactly against relevant fields.
Default: exactPossible values:
asset_typeany ofOptional
Filter results to specific asset types only
string · enumOptionalPossible values:
or
nullOptional
parentany ofOptional
Filter assets that belong to a specific parent asset
or
nullOptional
tagsany ofOptional
Filter assets with any of the specified tag names
string[]Optional
or
nullOptional
classificationsany ofOptional
Filter assets with any of the specified policy tags
string[]Optional
or
nullOptional
data_ownersany ofOptional
Filter assets owned by any of the specified data owners by email
string[]Optional
or
nullOptional
business_ownersany ofOptional
Filter assets owned by any of the specified business owners by email
string[]Optional
or
nullOptional
custom_attributesany ofOptional
Filter assets with any of the specified custom attributes