🚧  API Specification Update in Progress: We're migrating our APIs from Swagger 2.0 to OpenAPI 3.1.0. This upgrade brings improved compatibility, flexibility, and support for modern API standards. For more information, see OneTrust API Migration to OpenAPI 3.1.0.

Get Catalog Search Results

Use this API to retrieve a list of all catalog search results by key terms and filters. The response will include relevant details for each result, including the corresponding data asset ID, name, and the associated tags and terms. This API is designed to return large volumes of catalog search results.

🗒

Things to Know

  • The continuationToken parameter returned in the response can be used on a subsequent API call to retrieve the next set of catalog search results. For more information, see Understanding & Implementing Pagination.
Query Params
integer
1 to 2000
Defaults to 20

Number of records per page.

Body Params
filterCriteria
object
string

Returns the Catalog Search results based on the value provided in the searchText field.

selectFields
array of strings

Parameter values to return in the response body. These values can be obtained from the Get Search Fields Detail API using the searchFieldName parameter.

selectFields
Headers
string
Defaults to null

Continuation Token available in Search Response to retrieve next page.

Responses

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Internal Server Error

Language
Credentials
OAuth2
Choose an example:
application/json
*/*