Skip to main content
POST
List

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
scopes
enum<string>[]

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.

Available options:
SAVED_VIEW_RELATIONSHIP_UNSPECIFIED,
SAVED_VIEW_RELATIONSHIP_MINE,
SAVED_VIEW_RELATIONSHIP_WORKSPACE,
SAVED_VIEW_RELATIONSHIP_SHARED_TO_WORKSPACE,
SAVED_VIEW_RELATIONSHIP_SHARED_TO_ME
context
enum<string> | null

Restrict to a single surface. Omit to return views for all contexts.

Available options:
SAVED_VIEW_CONTEXT_UNSPECIFIED,
SAVED_VIEW_CONTEXT_CHECKS,
SAVED_VIEW_CONTEXT_ISSUES
onlyPinned
boolean | null

Restrict to views the caller has pinned.

pagination
Pagination · object

Pagination.

Response

200 - application/json

Success

views
SavedView · object[]

The matching views.

pageInfo
PageInfo · object

Pagination cursor for the next page.