Asset Types
Asset Types define the categories of supported objects (e.g., DATABASE
, TABLE
, FILE
). Use this API when building user interfaces or filtering results.
For example, you might want to display only FILE-type assets when exploring a data lake.
⚠️ All endpoints require authentication. See Authorization & Headers.
Endpoint
GET /catalog-server/api/asset-types
Sample Request
curl -X GET "https://demo.acceldata.io/catalog-server/api/asset-types"
Response Schema
See Asset Types Schema.
Was this page helpful?