External DocumentationTo learn more, visit the Gemini documentation.
Actions
List Cached Contents
Get a list of cached contents.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Page Size | The maximum number of items to return. The maximum value is 1000. |
| Page Token | A page token received from a previous call. |
| Return All Pages | Automatically fetch all resources, page by page. |
{
"cachedContents": [
{
"createTime": "2025-02-10T14:39:23.207017Z",
"displayName": "",
"expireTime": "2025-02-10T14:44:12.962405054Z",
"model": "models/gemini-1.5-flash-001",
"name": "cachedContents/xkdjottgs746",
"updateTime": "2025-02-10T14:39:23.207017Z",
"usageMetadata": {
"totalTokenCount": 323383
}
}
],
"nextPageToken": "string"
}
Was this page helpful?