Pagination
List endpoints share one page/page_size convention.
Any endpoint that returns a list accepts ?page= (default 1) and ?page_size= (default 20, max 100) query parameters, newest-first unless noted otherwise.
The response envelope's meta object carries pagination details (total count, whether more pages exist) alongside the usual request_id/timestamp.