Twilio.Conversations.V2.ControlPlane.OperationService (twilio_elixir v0.1.3)

Copy Markdown View Source

Service for Operation API operations.

Operations: fetch

Summary

Functions

Retrieve the current status of a long-running operation. Operations progress through: PENDING -> RUNNING -> COMPLETED or FAILED.

Functions

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

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

Retrieve the current status of a long-running operation. Operations progress through: PENDING -> RUNNING -> COMPLETED or FAILED.

Operation: FetchOperationStatus | Tags: ConversationsV2Operation