List all presentations
Presentations
Get Presentations
Returns a list of all presentations owned by the authenticated user, including their IDs and titles.
GET
List all presentations
Retrieve a list of all presentations belonging to the authenticated user. Returns presentations sorted by creation date (newest first).
Response
| Field | Type | Description |
|---|---|---|
presentations | array | List of presentation summaries |
Presentation Summary
Each presentation in the array contains:| Field | Type | Description |
|---|---|---|
id | string | Unique identifier for the presentation |
title | string | Title of the presentation |