v106

OpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-08-03812347972.4 KB
asset

List all assets in the workspace with cursor pagination

get/w/{workspace}/assets/list

Path parameters

workspacestring required

Query parameters

per_pageinteger

Number of items per page (max 1000, default 50)

cursor_created_atstring date-time

Cursor timestamp for pagination (created_at of last item from previous page)

cursor_idinteger

Cursor ID for pagination (id of last item from previous page)

asset_pathstring

Filter by asset path (case-insensitive partial match)

usage_pathstring

Filter by usage path (case-insensitive partial match)

asset_kindsstring

Filter by asset kinds (multiple values allowed)

pathstring

exact path match filter

columnsstring

JSONB subset match filter for columns using base64 encoded JSON

broad_filterstring

broad search across multiple fields (case-insensitive substring match)

Response

paginated assets in the workspace