Skip to main content
List branch-like bookmark refs using cursor pagination. Required scope: read

Options

string
required
Repository name.
string | undefined
Organization override.
string | undefined
Opaque pagination cursor from a previous response.
number | undefined
Maximum number of bookmarks to return. The server maximum is 100.

Response

string | null
Cursor for the next page, or null when no more results remain.
boolean
Whether another page of results is available.
Bookmark[]
Bookmark objects.

Bookmark

string
Bookmark name.
string
Change ID the bookmark points to.
boolean
Whether this is the repository default bookmark.