Skip to main content
Version: Next

RequestQueueClientPaginateRequestsOptions

Options for paginating through requests in the queue.

Added in 2.5.1

Index

Properties

optionalcursor

cursor?: string

Added in 2.23.2

optionalexclusiveStartId

exclusiveStartId?: string

Deprecated - Use cursor for pagination instead.

optionalfilter

filter?: readonly RequestQueueListRequestsFilter[]

Added in 2.23.2

optionallimit

limit?: number

optionalmaxPageLimit

maxPageLimit?: number