Is it possible to switch from page-based pagination to cursor-based when querying conversation details? my python cli hits 429s quickly if i loop through pages sequentially. the docs mention cursor support for some endpoints but not explicitly here.
i’ve tried adding ‘cursor’ to the query params alongside ‘pageSize’ but the API ignores it and returns the standard page structure. am i missing a specific header or is this endpoint strictly page-bound?