cURL
curl --request GET \ --url https://api-next.ofauth.com/v2/vault/cache/status \ --header 'apiKey: <api-key>' \ --header 'x-connection-id: <x-connection-id>'
{ "connectionId": "<string>", "totalMedia": 123, "cachedCount": 123, "pendingCount": 123, "totalSizeBytes": 123 }
Get the current cache status and statistics for a connection
Your OFAuth API key for authenticating requests.
1
Cache status
Was this page helpful?