ClassesOn this pageListOfRequests A paginated list of requests from the request queue.Index Propertiescountexclusive_start_iditemslimitmodel_configProperties countcount: int | NoneThe total number of requests matching the query.exclusive_start_idexclusive_start_id: str | NoneThe ID of the last request from the previous page, used for pagination.itemsitems: list[Request]The array of requests.limitlimit: intThe maximum number of requests returned in this response.model_configmodel_config: Undefined
A paginated list of requests from the request queue.