> ## Documentation Index
> Fetch the complete documentation index at: https://docs.smokeball.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Events

[**@smokeballdev/smokeball-client-sdk**](./../../../../README)

***

# Interface: Api

Entry point for events in Smokeball.

## Methods

### open()

> **open**(`eventId`): `void`

Opens the specified event.

#### Parameters

##### eventId

`string`

the event to open.

#### Returns

`void`

#### Example

```
// Opens the event with the specified id.
await sdk.events.open('d2e8aea9-e201-4be7-bbe6-a4f64cc491ab');
```
