Back to Node Auth0

Interface ListFlowExecutionsRequestParameters

docs/interfaces/management.Management.ListFlowExecutionsRequestParameters.html

5.9.1747 B
Original Source

Interface ListFlowExecutionsRequestParameters

Example

{ * from: "from", * take: 1 * }Copy

interface ListFlowExecutionsRequestParameters {
from?: string | null;
take?: number | null;
}

Index

Properties

from?take?

Properties

Optionalfrom

from?: string | null

Optional Id from which to start selection.

Optionaltake

take?: number | null

Number of results per page. Defaults to 50.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties fromtake