Search Assets
Use this when you know part of an asset’s name or ID and need to quickly locate it. For example, if a business analyst asks for “customer_orders,” you can search by name fragment to retrieve the exact table in Snowflake or Hive, without scrolling through hundreds of results.
Info
⚠️ All endpoints require authentication. See Authentication & Headers.
Endpoint
GET /catalog-server/api/assets/search
Query Parameters
Name | Type | Required | Description | Example |
|---|---|---|---|---|
name | string | No | Full or partial name of asset |
|
ids | string | No | Comma-separated list of internal asset IDs |
|
Sample Request
curl -X GET "https://demo.acceldata.io/catalog-server/api/assets/search?name=customer"
Response Schema
See Asset Schema.

Send a comment