List cached content entries (Gemini format)
AuthorizationBearer <token>
Bearer token authentication. Use your MPilot virtual-key JWT or admin JWT.
Virtual keys (prefixed with sk-bf-) can also be passed here.
In: header
Query Parameters
pageSize?integer
pageToken?string
Header Parameters
x-model-provider?string
Response Body
curl -X GET "https://loading/{AI_GATEWAY_URL}/genai/v1beta/cachedContents?pageSize=0&pageToken=string" \ -H "x-model-provider: string"{}{
"error": {
"code": 0,
"message": "string",
"status": "string",
"details": [
{
"@type": "string",
"fieldViolations": [
{
"description": "string"
}
]
}
]
}
}