Table of Contents

Class ExecutionsClient

Namespace
Auth0.ManagementApi.Actions
Assembly
Auth0.ManagementApi.dll
public class ExecutionsClient : IExecutionsClient
Inheritance
ExecutionsClient
Implements
Inherited Members
Extension Methods

Methods

GetAsync(string, RequestOptions?, CancellationToken)

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.

public WithRawResponseTask<GetActionExecutionResponseContent> GetAsync(string id, RequestOptions? options = null, CancellationToken cancellationToken = default)

Parameters

id string
options RequestOptions
cancellationToken CancellationToken

Returns

WithRawResponseTask<GetActionExecutionResponseContent>

Examples

await client.Actions.Executions.GetAsync("id");