# `Cuerdo.Arazzo.Context.APICalls`

The request and response of each step

# `t`

```elixir
@type t() :: %Cuerdo.Arazzo.Context.APICalls{
  path: [String.t()],
  request: Req.Request.t(),
  response: Req.Response.t()
}
```

---

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