v1

latestOpenAPI 3.1.02026-07-24239123562.1 KB
Data Apps

List installed Data Apps

Retrieves a paginated list of Data Apps currently installed in your organization. Supports filtering by type, labels, and search term.

get/v1/dataapps/apps

Query parameters

limitinteger

Maximum number of items to return

pageinteger

Page number for pagination (starts from 1)

includeLabelsboolean

Include labels for each data app

labelKeystring

Filter data apps by label key

labelValuestring

Filter data apps by label value (requires labelKey)

type'CONNECTED' | 'CONTAINER'

Filter data apps by type (CONNECTED or CONTAINER)

searchstring

Search term to filter data apps by name, description, or slug

sort'name' | 'type'

Field to sort results by

sortDirection'asc' | 'desc'

Sort direction (asc or desc)

Response

OK

countinteger