Retrieve a list of all presentations belonging to the authenticated user. Returns presentations sorted by creation date (newest first).
| Field | Type | Description |
|---|---|---|
presentations | array | List of presentation summaries |
total | integer | Total number of presentations |
| Field | Type | Description |
|---|---|---|
presentation_id | string | Unique identifier for the presentation |
title | string | Title of the presentation |
slide_count | integer | Number of slides in the presentation |
theme_id | string | Visual theme applied to the presentation |
created_at | string | ISO 8601 timestamp when created |
updated_at | string | ISO 8601 timestamp when last modified |
thumbnail_url | string | URL to the presentation thumbnail (may be null) |