cache times
private
Returns paginated cache times
Returns a paginated list of cache times
get/cache-times
Query parameters
offsetinteger
The number of items to skip before starting to collect the result set
limitinteger
The numbers of items to return
release_timestring
Filter cache times by release time (RFC3339 format).
Response
Successfully returned paginated cache times
Example response
{
"items": [
{
"id": "a1b2c3d4e5f67890123456789abcdef0",
"path": "admin",
"collection_id": "example-1a19e3462937d85804752375daa00ba41d1b6625d396f21000e3c4571ebf2606",
"release_time": "2024-01-15T12:00:00Z"
}
]
}