# `Tinkex.Types.CheckpointsListResponse`
[🔗](https://github.com/North-Shore-AI/tinkex/blob/v0.4.0/lib/tinkex/types/checkpoints_list_response.ex#L1)

Response from list_checkpoints or list_user_checkpoints API.

Contains a list of checkpoints and optional cursor for pagination.

# `t`

```elixir
@type t() :: %Tinkex.Types.CheckpointsListResponse{
  checkpoints: [Tinkex.Types.Checkpoint.t()],
  cursor: Tinkex.Types.Cursor.t() | nil
}
```

# `from_map`

```elixir
@spec from_map(map()) :: t()
```

Convert a map (from JSON) to a CheckpointsListResponse struct.

---

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