I’m trying to paginate the details query endpoint to feed my OTel exporter. The docs mention a cursor, but the response only gives me a page number. Is there a specific header or query param I’m missing to get cursor-based pagination instead of the default page object?