get_bookmark
Retrieve a single bookmark by ID.
def get_bookmark(
bookmark_id: string
) - > object
Retrieve a single bookmark by ID.
Parameters
| Name | Type | Description |
|---|---|---|
| bookmark_id | string | The unique identifier of the bookmark to retrieve. |
Returns
| Type | Description |
|---|---|
object | A JSON object representing the bookmark, or an error message if not found. |