Skip to main content
GET
/
api
/
internal
/
lineagev2
/
search
/
types
Get Search Types Endpoint
curl --request GET \
  --url https://app.datafold.com/api/internal/lineagev2/search/types \
  --header 'Authorization: <api-key>'
{
  "types": [
    {
      "description": "<string>",
      "example": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Use the 'Authorization' header with the format 'Key '

Query Parameters

prefix
string
default:""

Response

Successful Response

types
TypeSuggestion · object[]
required