Skip to main content
Version: Next

RequestQueueClientListRequestsOptions

Options for listing all requests in the queue.

Index

Properties

optionalcursor

cursor?: string

optionalexclusiveStartId

exclusiveStartId?: string

Using id of request that does not exist in request queue leads to unpredictable results.

@deprecated

Use cursor for pagination instead.

optionalfilter

filter?: readonly RequestQueueListRequestsFilter[]

optionallimit

limit?: number
Page Options