List presentations (paginated) (v3)
Returns presentations for the authenticated user, sorted by createdAt descending (newest first). Default page size is 50. Follow links.next for paging (prefer not to derive cursors from data).
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Number of items per page (1-100). Defaults to 50 when omitted.
1 <= x <= 100Cursor for pagination — return items after this resource id (older items). Prefer the value from links.next rather than the last visible data item.
Cursor for pagination — return items before this resource id (newer items). Prefer the value from links.prev rather than the first visible data item.

