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

# Waitlist Run Created

> Triggered when a waitlist run is created

## Output

```json theme={null}
{
  "type": "waitlistRunCreated",
  "data": {
    "waitlistRunId": "123456789"
  }
}
```

## Get Waitlist Run Details

To get the details of a waitlist run, please see the [Get Waitlist Runs](/api-reference/waitlistruns/get) endpoint.
