For most use cases, the
slideless CLI is easier than calling this endpoint directly. The CLI command equivalent is slideless list (or slideless list --json for machine output).When to use
Enumerate every presentation the API key’s user can access — owned decks plus decks the user has been invited to as a dev collaborator. Returns up to 100 results, ordered byupdatedAt descending. Each row carries a role field (owner or dev).
For full per-presentation metadata (token list, per-token access counts), use GET /getSharedPresentationInfo/{presentationId}.
Endpoint
Auth
Recommended scope:
presentations:read.
Request
No body, no query parameters. The user is inferred from the API key.Response (200)
Pagination
Capped at 100 results in v1. There is no cursor; if you have more than 100 presentations, the list page in the dashboard is the recommended path.Examples
curl
Node.js
Errors
Next
- GET /getSharedPresentationInfo/ — Full metadata for one presentation, including all share tokens.