# `Twilio.Memory.V1.ControlPlane.OperationService`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/memory/v1/control_plane/operation_service.ex#L2)

Service for Operation API operations.

Operations: `fetch`

# `fetch`

```elixir
@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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
