# BOT_NOTECARD_READ

Returns the contents of a notecard for the given UUID.

## Variables

The following table shows input values (you send them with the API call) and returned output values.

| **Variable** | **Description** |
|----------|-------------|
| `str`    | —           |
| `id`     | UUID of the notecard to read. |


---

## Result

Raises the following event:

* [`BOT_NOTECARD_READ_REPLY`](/doc/bot_notecard_read_reply-I0wJUDw9Ka)


---

## Example

```csharp
llMessageLinked(LINK_SET, BOT_NOTECARD_READ, "", "f7f22046-d5d5-54f6-03a3-8a1836efedad");
```