The Only API docs
Cache & Sync

List active refresh jobs

All refresh/backfill jobs currently running across the panel. Zero platform requests.

GET
/refresh/active

All refresh/backfill jobs currently running across the panel. Zero platform requests.

Guide: Cached reads

X-API-Key<token>

Your CRM panel API key

In: header

Response Body

application/json

curl -X GET "https://example.com/refresh/active"
{  "jobs": [],  "success": true}