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

# Meetings

Includes all meetings logged in Affinity with timing, participants, organizer, and metadata.

**Name:** `v1_0.meetings`

<Warning>
  Grant access to the share only to users who are authorized to view all
  organization data. There are no per-user or per-role visibility filters applied at the
  share level.
</Warning>

## Columns

| Column            | Description                                                                                                                                                 |
| ----------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `id`              | The meeting's unique identifier                                                                                                                             |
| `logging_type`    | Indicates how the interaction was added to Affinity: either manually by a user ('manual') or automatically through Affinity's capture process ('automated') |
| `title`           | The meeting's title                                                                                                                                         |
| `all_day`         | Whether the meeting spans the entire day                                                                                                                    |
| `start_time`      | The timestamp of when the meeting starts                                                                                                                    |
| `end_time`        | The timestamp of when the meeting ends                                                                                                                      |
| `creator_id`      | The ID of the person who created the meeting                                                                                                                |
| `organizer_id`    | The ID of the person who organized the meeting                                                                                                              |
| `created_at`      | The timestamp of when the meeting was created in Affinity                                                                                                   |
| `attendees`       | Array of attendee email addresses                                                                                                                           |
| `is_deleted`      | Whether the meeting record has been deleted                                                                                                                 |
| `last_updated_at` | Timestamp when this record was last updated                                                                                                                 |
