Sessions
Get Session
Retrieve a single session with its media items
GET
Authentication
This endpoint requires authentication. Users can only access sessions they own or sessions marked as public.Path Parameters
The unique session ID
Response
Returns a session object along with all associated media items.The session metadata object
Unique session identifier
Session title
Owner’s user ID
Array of subreddit names
Minimum slide interval in seconds
Maximum slide interval in seconds
Transition effect type
Session thumbnail URL
Caption generation theme
Public accessibility flag
Favorite status
Auto-advance disabled flag
Imported session flag
Array of media items in the session
Media item ID
Parent session ID
URL to the media file
Media thumbnail URL
Pre-generated or stored caption text
Media type: “image”, “gif”, or “video”
Original Reddit post ID
Original Reddit post URL
Source subreddit name
Display order (0-based)
Notes
- Only the session owner or users with access to public sessions can retrieve session details
- Media items are returned in display order (sorted by
orderfield) - Captions may be
nullfor Reddit-based sessions (generated on-demand during playback) - Imported or manual sessions typically have pre-populated captions