Magidoc

getDashboards
Query

Retrieves a paginated list of dashboards with filtering and sorting

Arguments

#

workspaceId

ID !
Non-null

first = 20

last

after

before

searchParams

sortField = "createdAt"

sortOrder = 1

selector

excludedIds

[ID ]

archived

Filter by archived status: true=only archived, false=only non-archived, omitted=non-archived

folderId

Filter by folder ID. Pass null to get unfiled dashboards only.

includeProjectId

When true, resolve projectId for each dashboard via tabs → actionView lookup.

Response

#

Returns DashboardConnection .

Example

#