# `Twilio.Intelligence.V2.Service.OperatorAttachmentsService`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/intelligence/v2/service/operator_attachments_service.ex#L2)

Service for OperatorAttachments API operations.

Operations: `fetch`

# `fetch`

```elixir
@spec fetch(Twilio.Client.t(), String.t(), keyword()) ::
  {:ok, Twilio.Resources.Intelligence.V2.Service.OperatorAttachments.t()}
  | {:ok, map(), map()}
  | :ok
  | {:error, Twilio.Error.t()}
```

Retrieve Operators attached to a Service.

Operation: `FetchOperatorAttachments` | Tags: IntelligenceV2OperatorAttachments

---

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