Skip to main content
Version: Next

StoreCollectionListOptions

Hierarchy

  • PaginationOptions
    • StoreCollectionListOptions

Index

Properties

optionalcategory

category?: string

optionalinheritedchunkSize

chunkSize?: number

Maximum number of items returned in one API response. Relevant in the context of asyncIterator, the iterator will fetch results in chunks of this size from API and yield them one by one. It will stop fetching once the limit is reached or once all items from API have been fetched.

Chunk size is usually limited by API. Minimum of those two limits will be used.

optionalincludeUnrunnableActors

includeUnrunnableActors?: boolean

If true, the response will include Actors that cannot be run (e.g., Actors that require a linked integration account that the current user does not have).

optionalinheritedlimit

limit?: number

Maximum number of entries requested.

optionalinheritedoffset

offset?: number

Position of the first returned entry.

optionalpricingModel

pricingModel?: string

optionalsearch

search?: string

optionalsortBy

sortBy?: string

optionalusername

username?: string