Back to Node Auth0

Interface ListFlowExecutionsPaginatedResponseContent

docs/interfaces/management.Management.ListFlowExecutionsPaginatedResponseContent.html

5.9.1904 B
Original Source

Interface ListFlowExecutionsPaginatedResponseContent

interface ListFlowExecutionsPaginatedResponseContent {
next?: string;
executions?: FlowExecutionSummary[];
}

Index

Properties

next?executions?

Properties

Optionalnext

next?: string

Opaque identifier for use with the from query parameter for the next page of results.
This identifier is valid for 24 hours.

Optionalexecutions

executions?: FlowExecutionSummary[]

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties nextexecutions