Skip to main content

get_bookmark

Retrieve a single bookmark by ID.

def get_bookmark(
bookmark_id: string
) - > object

Retrieve a single bookmark by ID.

Parameters

NameTypeDescription
bookmark_idstringThe unique identifier of the bookmark to retrieve.

Returns

TypeDescription
objectA JSON object representing the bookmark, or an error message if not found.