Skip to main content
GET
Returns paginated slideshow summaries for the authenticated workspace/personal scope. Results are ordered by created_at descending, with the slideshow ID as a stable tie-breaker, so the newest-created slideshow is always returned first.

Query Parameters

string
Optional status filter (for example draft or rendered).
Optional title search (case-insensitive partial match).
number
default:"20"
Number of records to return. Range: 1-100.
number
default:"0"
Number of records to skip.
string
Inclusive ISO 8601 lower bound on created_at (for example, 2026-08-01T00:00:00.000Z).
string
Inclusive ISO 8601 upper bound on created_at. When both bounds are supplied, until must be at or after since.

Response

array
Slideshow summary list.
number
Total matching rows before pagination.
number
number

Error Responses

  • 422 invalid_query - query params failed validation
  • 401 - authentication failed (missing/invalid/revoked token)
  • 402 subscription_required - active Creator/Professional/Business plan required
  • 403 tier_not_allowed - Scheduler tier cannot use Partner API
  • 500 slideshows_list_failed - unexpected listing failure