Function getRlStatesFiltered

  • Retrieves a paginated list of rate limit states filtered by the specified criteria.

    Parameters

    • connection: Connection

      The database connection to use for the query.

    • rlStateFilter: RlStateFilter = null

      The filter criteria for rate limit states. Defaults to null.

    • limit: OptionalLimit = null

      The maximum number of results to return. Defaults to null.

    • cursor: OptionalPageCursor = null

      The cursor for pagination. Defaults to null.

    Returns Promise<PaginatedEntity<RlState>>

    A promise that resolves to a paginated entity containing the filtered rate limit states.

    Available since ApiVersion 1