# tinker.types.TrainingRunsResponse ## *class* [**tinker.types.TrainingRunsResponse**](https://github.com/thinking-machines-lab/tinker/blob/main/src/tinker/types/training_runs_response.py#L8)(*[BaseModel](https://github.com/thinking-machines-lab/tinker/blob/main/src/tinker/_models.py#L88)*) **Fields:** - [**training_runs**](https://github.com/thinking-machines-lab/tinker/blob/main/src/tinker/types/training_runs_response.py#L9) (*[list](https://github.com/thinking-machines-lab/tinker/blob/main/src/tinker/cli/commands/run.py#L221)\[[TrainingRun](https://tinker-docs.thinkingmachines.ai/tinker/api-reference/types/trainingrun/index.md)\]*) – List of training runs - [**cursor**](https://github.com/thinking-machines-lab/tinker/blob/main/src/tinker/types/training_runs_response.py#L12) (*[Cursor](https://tinker-docs.thinkingmachines.ai/tinker/api-reference/types/cursor/index.md)*) – Pagination cursor information ## Referenced by - [RestClient.list_training_runs](https://tinker-docs.thinkingmachines.ai/tinker/api-reference/restclient/#list_training_runs)