Skip to main content
GET
List shared workspace items
List the workspace items (folders, workbooks, reports) that have been shared with embed users via the built-in all_embed_users group. Unlike GET /workspace, this feed is not per-user: every valid embed caller for the deployment sees the same set, scoped to what the built-in group has been granted. Owner identities are blanked out so they are not exposed to embed users. Accepts the same folderId, types, search, sorting, and cursor-pagination parameters as GET /workspace. Folders reachable only because a nested item inside them was shared are surfaced as navigation, but their unshared siblings stay hidden.

Authorizations

Authorization
string
header
required

Token authentication. Send Authorization: Bearer <YOUR_TOKEN>.

Path Parameters

deploymentId
number
required

Query Parameters

folderId
integer | null
types
enum<string>[] | null
Available options:
FOLDER,
WORKBOOK,
REPORT
orderByField
enum<string> | null
Available options:
updated_at,
created_at,
name,
viewer_last_viewed_at
orderByDirection
enum<string> | null
Available options:
ASC,
DESC
search
string | null
after
string
first
integer
Required range: x >= 1

Response

200 - application/json
items
object[]
required
pageInfo
object
required