Skip to main content
Version: Next

RequestQueueClientPaginateRequestsOptions

Options for paginating through requests in the queue.

Index

Properties

optionalcursor

cursor?: string

optionalexclusiveStartId

exclusiveStartId?: string
@deprecated

Use cursor for pagination instead.

optionalfilter

filter?: readonly RequestQueueListRequestsFilter[]

optionallimit

limit?: number

optionalmaxPageLimit

maxPageLimit?: number