# `Twilio.Content.V1.LegacyContentService`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/content/v1/legacy_content_service.ex#L2)

A Legacy Content resource represents legacy rich messaging content.

Operations: `list`

# `list`

```elixir
@spec list(Twilio.Client.t(), map(), keyword()) ::
  {:ok, Twilio.Page.t()}
  | {:ok, map(), map()}
  | :ok
  | {:error, Twilio.Error.t()}
```

Retrieve a list of Legacy Contents belonging to the account used to make the request

Operation: `ListLegacyContent` | Tags: Contentv1LegacyContent

# `stream`

```elixir
@spec stream(Twilio.Client.t(), map(), keyword()) :: Enumerable.t()
```

Stream: Retrieve a list of Legacy Contents belonging to the account used to make the request (lazy auto-pagination).

---

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