caches
Retrieve a cached response
Retrieve a single cached response by numeric cache entry ID. The current backend route is /api/cache/{id}/; there is no public lookup route by cache_key. This cache management endpoint currently requires dashboard JWT authentication.
get/api/cache/{id}/
Path parameters
idinteger required
Numeric cache entry ID returned by the list endpoint.
Headers
Authorizationstring required
Use a dashboard JWT only for dashboard-authenticated endpoints. Respan API-key endpoints use the respanApiKey auth field instead.
Response
Cached response details.