Args:
q: Search query string (minimum 2 characters). Searches in dataset/column names and IDs.
limit: Maximum number of results to return per type (default: 50)
Returns:
SearchResponse containing:
datasets: List of matching tables/views with metadata (asset type, column count, row count, popularity)
columns: List of matching columns with table context and popularity
Example:
Search for tables: q=“customer” returns all datasets with “customer” in the name
Search for columns: q=“email” returns all columns with “email” in the name
GET
/
api
/
internal
/
lineagev2
/
search
Search Entities
Copy
Ask AI
curl --request GET \ --url https://app.datafold.com/api/internal/lineagev2/search \ --header 'Authorization: <api-key>'