---
title: "ListBookmarks lists all the bookmarks for the user and global ones for dashboard"
method: GET
path: "/v1/users/bookmarks"
---

# ListBookmarks lists all the bookmarks for the user and global ones for dashboard

`GET /v1/users/bookmarks`

## Query parameters

- `projectId` string
- `resourceKind` string
- `resourceName` string

## Response `200`

A successful response.

- V1ListBookmarksResponse
  - `bookmarks` V1Bookmark[]
    - `createdOn` string, date-time
    - `data` string, byte
    - `default` boolean
    - `description` string
    - `displayName` string
    - `id` string
    - `projectId` string
    - `resourceKind` string
    - `resourceName` string
    - `shared` boolean
    - `updatedOn` string, date-time
    - `urlSearch` string
    - `userId` string

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/rilldata/apis/rill-admin-api.md) · [All operations](https://skmtc.net/rilldata/apis/rill-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rilldata/rill-admin-api/revisions/289a0ca9ce49/schema)
