# tinker.types.CheckpointsListResponse *Generated from tinker 0.30.4 at commit [`1e5777e`](https://github.com/thinking-machines-lab/tinker/tree/1e5777ef1e0bb2bae6d9b8d63a6144eec405377d). Source links point at that snapshot.* ## *class* [**tinker.types.CheckpointsListResponse**](https://github.com/thinking-machines-lab/tinker/blob/1e5777ef1e0bb2bae6d9b8d63a6144eec405377d/src/tinker/types/checkpoints_list_response.py#L8)(*[BaseModel](https://github.com/thinking-machines-lab/tinker/blob/1e5777ef1e0bb2bae6d9b8d63a6144eec405377d/src/tinker/_models.py#L88)*) **Fields:** - [**checkpoints**](https://github.com/thinking-machines-lab/tinker/blob/1e5777ef1e0bb2bae6d9b8d63a6144eec405377d/src/tinker/types/checkpoints_list_response.py#L9) (*[list](https://github.com/thinking-machines-lab/tinker/blob/1e5777ef1e0bb2bae6d9b8d63a6144eec405377d/src/tinker/cli/commands/run.py#L221)\[[Checkpoint](https://tinker-docs.thinkingmachines.ai/tinker/api-reference/types/checkpoint/index.md)\]*) – List of available model checkpoints for the model - [**cursor**](https://github.com/thinking-machines-lab/tinker/blob/1e5777ef1e0bb2bae6d9b8d63a6144eec405377d/src/tinker/types/checkpoints_list_response.py#L12) (*[Cursor](https://tinker-docs.thinkingmachines.ai/tinker/api-reference/types/cursor/index.md) | None*) – Pagination cursor information (None for unpaginated responses) ## Referenced by - [RestClient.list_checkpoints](https://tinker-docs.thinkingmachines.ai/tinker/api-reference/restclient/#list_checkpoints) - [RestClient.list_user_checkpoints](https://tinker-docs.thinkingmachines.ai/tinker/api-reference/restclient/#list_user_checkpoints)