List all quizzes owned by the authenticated user with cursor-based pagination.
API key authentication. Prefix your key with Bearer in the Authorization header.
Keys follow the format qq_... and can be scoped to specific permissions.
Pagination cursor from a previous response
Number of items per page (1-100, default 20)
1 <= x <= 100Filter by status (e.g. 'draft')
Sort field
updated_at, created_at, title Sort order
asc, desc