# Downloading list of participants

You can download a list of event attendees who have bought tickets via Starstream in CSV format. The downloaded sheet also includes those attendees added manually. When you download the list, it will have the following details for every attendee/ticket:

* **Ticket Id**: a unique ID for every ticket.
* **Created At**: date of event ticket purchase.
* **Email or Number**: email or phone number of the attendee.
* **Customer Name**: name of the attendee who bought the ticket.
* **Customer Name (Shipping)**: name of the customer who bought the event.
* **Product Variant**: name of a product variant if selected in shopify.
* **Starstream Fee**: Starstream fee for this ticket so you can track fees accurately.
* **Test Ticket**: whether this is a test ticket or a real one.
* **Order ID**: a unique ID for the order of the ticket.

Here are the steps to download a list of participant for an online/in-person event:

1. In your main Starstream dashboard, make sure you are in the Events tab.

![](/files/AkgqDLKxETp0INi7DCHo)

2. Scroll down and click on the event you want to download its list of attendees.

![](/files/k1jiyCDm5HBB02e2YkuF)

3. Make sure you are in the Event tab of your event.

![](/files/aNxiCBcAXPdWv9L7K1bH)

4. Scroll down to Download List of Attendees, and click Download.

![](/files/gE0aU1gfdr7ssunn9IZ0)

#### **Note**:&#x20;

Your event’s list of attendees is downloaded with all the details in CSV format, which opens with Microsoft Excel or Google Sheets.

Alternatively, you can follow steps 1 and 2, then follow these steps after clicking on your event:

1. Instead of the Events tab, click on the Participants tab.

![](/files/mhc44pwpOr9phOs6qHJ5)

2. Scroll down to the Download List of Attendees section, and click **Download**. The file will download instantly.

![](/files/9oeRXJKH6mAUEpIRSpbm)

You’ll get a list that’s similar looking to this

<figure><img src="/files/azC1GHKamEp3xusrjlOc" alt=""><figcaption></figcaption></figure>

You can always match the **QR Code Secret** column with the ticket code to manually validate tickets in case internet is down:

<figure><img src="/files/obJB9ihDxzNZKL2Sdpjk" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help-center.starstream.app/starstream-in-person-events/downloading-participant-list.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
