Twilio.Memory.V1.ControlPlane.OperationService (twilio_elixir v0.1.3)

Copy Markdown View Source

Service for Operation API operations.

Operations: fetch

Summary

Functions

Retrieve the status and result of an asynchronous operation.

Functions

fetch(client, sid, opts \\ [])

@spec fetch(Twilio.Client.t(), String.t(), keyword()) ::
  {:ok, Twilio.Resources.Memory.V1.ControlPlane.Operation.t()}
  | {:ok, map(), map()}
  | :ok
  | {:error, Twilio.Error.t()}

Retrieve the status and result of an asynchronous operation.

Operation: FetchOperation | Tags: Operations