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
idstringoptionsRequestOptionscancellationTokenCancellationToken
Returns
Examples
await client.Actions.Executions.GetAsync("id");