Retrieve a paginated history of all break sessions for the authenticated seller with filtering and sorting options.
Documentation Index
Fetch the complete documentation index at: https://docs.gameboost.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Search seller breaks by id or comment
Filter by break ID.
"3,6,9"
Filter by break mode.
disable_all, disable_manual_allow_instant, allow_all_with_reservation "disable_all"
Filter by active (true) or ended (false) breaks.
Filter by started at. Supports single date (YYYY-MM-DD) or date range (YYYY-MM-DD,YYYY-MM-DD).
"2019-08-14,2025-12-31"
Filter by ended at. Supports single date (YYYY-MM-DD) or date range (YYYY-MM-DD,YYYY-MM-DD).
"2019-08-14,2025-12-31"
Filter by created at. Supports single date (YYYY-MM-DD) or date range (YYYY-MM-DD,YYYY-MM-DD).
"2019-08-14,2025-12-31"
Filter by updated at. Supports single date (YYYY-MM-DD) or date range (YYYY-MM-DD,YYYY-MM-DD).
"2025-10-05"
Sort by field. Prefix with - for descending order.
id, -id, started_at, -started_at, ended_at, -ended_at, created_at, -created_at, updated_at, -updated_at "-started_at"
Items per page (max 50)
1 <= x <= 50