# tinker.types.CheckpointsListResponse ## *class* [**tinker.types.CheckpointsListResponse**](https://github.com/thinking-machines-lab/tinker/blob/main/src/tinker/types/checkpoints_list_response.py#L8)(*[BaseModel](https://github.com/thinking-machines-lab/tinker/blob/main/src/tinker/_models.py#L88)*) **Fields:** - [**checkpoints**](https://github.com/thinking-machines-lab/tinker/blob/main/src/tinker/types/checkpoints_list_response.py#L9) (*[list](https://github.com/thinking-machines-lab/tinker/blob/main/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/main/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)