get {protocol}://{base-url}/integration/v1/search/
API to fetch search results for given query params. This should match results retrieved on the Full Search page when searching using the Search UI.
Filters parameter must be a JSON object
When using the
filters
parameter with the Search API, the parameter's value must be an JSON object. For example:
https://{alation_domain}/integration/v1/search/?filters={"otypes":["table","column","schema"]}
Due to a limitation with our Developer Portal provider, the sample code in the box to the right will not create valid JSON when you fill out the form below. Make sure to check and fix this when using the
filters
parameter.