Back to Node Auth0

Class ExecutionsClient

docs/classes/management.SDK.ExecutionsClient.html

5.9.12.5 KB
Original Source

Class ExecutionsClient

Index

Constructors

constructor

Methods

get

Properties

_options

Constructors

constructor

new ExecutionsClient(options: BaseClientOptions): ExecutionsClient

Parameters

Returns ExecutionsClient

Methods

get

get(
id: string,
requestOptions?: ExecutionsClient.RequestOptions,
): HttpResponsePromise<GetActionExecutionResponseContent>

Retrieve information about a specific execution of a trigger. Relevant execution IDs will be included in tenant logs generated as part of that authentication flow. Executions will only be stored for 10 days after their creation.

Parameters

  • id: string

The ID of the execution to retrieve.

Request-specific configuration.

Returns HttpResponsePromise<GetActionExecutionResponseContent>

Throws

Management.BadRequestError

Throws

Management.UnauthorizedError

Throws

Management.ForbiddenError

Throws

Management.NotFoundError

Throws

Management.TooManyRequestsError

Example

await client.actions.executions.get("id")Copy

Properties

Protected Readonly_options

_options: NormalizedClientOptionsWithAuth<BaseClientOptions>

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Constructors constructor Methods get Properties _options