Skip to content

Search Catalog Tool

This tool can be used to search for objects & assets within the Alation Data Catalog. Types of objects include: tables, schemas, columns, articles, and glossary terms. filters should only be used for custom fields, and should follow the same format as the aggregated context signature.

{
"search_term": "Agriculture",
"object_types": [
"table"
],
"filters": [
{
"filter_id": 0,
"filter_values": [
"foo",
"bar"
]
}
],
"limit": 20
}