List
List the saved views the calling user can see. By default returns every
visible view (their own, workspace-owned, shared-with-workspace and
granted-to-them); narrow with scopes, context and only_pinned.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Relationship buckets to include. Empty returns every view the caller can see. For example [SAVED_VIEW_RELATIONSHIP_MINE] returns only the caller's own views.
How a returned saved view relates to the calling user. Output-only: computed per request from the view's owner, visibility and grants against the caller's identity. Clients group their "views" UI by this value.
SAVED_VIEW_RELATIONSHIP_UNSPECIFIED, SAVED_VIEW_RELATIONSHIP_MINE, SAVED_VIEW_RELATIONSHIP_WORKSPACE, SAVED_VIEW_RELATIONSHIP_SHARED_TO_WORKSPACE, SAVED_VIEW_RELATIONSHIP_SHARED_TO_ME Restrict to a single surface. Omit to return views for all contexts.
SAVED_VIEW_CONTEXT_UNSPECIFIED, SAVED_VIEW_CONTEXT_CHECKS, SAVED_VIEW_CONTEXT_ISSUES Restrict to views the caller has pinned.
Pagination.