Get stored searchability scores for tags in a dataset context.
| Parameter | Type | Required | Description |
|---|---|---|---|
data_connector_name | str | Yes | Name of the data connector/dataset |
dataslice_id | str | No | Optional dataslice ID for filtered scores |
tag_names | List[str] | No | Optional list of specific tag names |
Returns a simple dictionary mapping tag names to their searchability scores:
{
"Invoice Number": 0.85,
"Date": 0.92,
"Vendor": 0.78
}
Frontend can merge this with tag definitions client-side for optimal performance.
Documentation Index
Fetch the complete documentation index at: https://docs.deasylabs.com/llms.txt
Use this file to discover all available pages before exploring further.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Successful Response