Transformed request records for the current page.
OptionalnextId: null | stringOptional pagination cursor from the API (next_id).
OptionalfetchNextPage: (startId: string) => Promise<ESPCmdRespPaginatedResult>Fetches the next page using the cursor.
Paginated command-response request records.
Builds a paginated command-response result from a page of requests.
When
nextIdis present andfetchNextPageis provided, the response includes afetchNextcallback that continues from that cursor.