docs/classes/management.SDK.ExecutionsClient.html
new ExecutionsClient(options: BaseClientOptions): ExecutionsClient
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.
The ID of the execution to retrieve.
OptionalrequestOptions: ExecutionsClient.RequestOptionsRequest-specific configuration.
Management.TooManyRequestsError
await client.actions.executions.get("id")Copy
Protected Readonly_options_options: NormalizedClientOptionsWithAuth<BaseClientOptions>
Member Visibility
ThemeOSLightDark
Constructors constructor Methods get Properties _options