curl --request GET \
--url https://app.datafold.com/api/internal/lineagev2/search/types \
--header 'Authorization: <api-key>'{
"types": [
{
"description": "<string>",
"example": "<string>",
"type": "<string>"
}
]
}Get available type filters for search autocomplete.
curl --request GET \
--url https://app.datafold.com/api/internal/lineagev2/search/types \
--header 'Authorization: <api-key>'{
"types": [
{
"description": "<string>",
"example": "<string>",
"type": "<string>"
}
]
}