---
title: "Gets training project cache summary"
method: GET
path: "/v1/training_projects/{training_project_id}/cache/summary"
---

# Gets training project cache summary

`GET /v1/training_projects/{training_project_id}/cache/summary`

Gets the cache summary for the most recent training job in the project.

## Response `200`

- GetCacheSummaryResponseV1 — Response for getting cache summary.
  - `timestamp` string, required — Timestamp when the cache summary was captured
  - `project_id` string, required — Project ID associated with the cache
  - `file_summaries` FileSummary[], required — List of files in the cache
    - `path` string, required — Relative path of the file in the cache
    - `size_bytes` integer, required — Size of the file in bytes
    - `modified` string, required — Last modification time of the file
    - `file_type` string, required — Type of the file
    - `permissions` string, required — Permissions of the file

---

[API](https://skmtc.dev/baseten/apis/baseten-inference-api.md) · [All operations](https://skmtc.dev/baseten/apis/baseten-inference-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/baseten/baseten-inference-api/revisions/a55a2f64c3c5/schema)
