Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
API Reference
Every endpoint, with a playground
curl --request GET \ --url 'https://api.sync.stateset.com/v1/tenants/{tenant_id}/webhook-events/summary' \ --header 'x-stateset-api-key: YOUR_API_KEY'
{ "tenantId": "acme-outdoors", "storage": "string", "counts": { "queued": 1, "running": 1, "succeeded": 1, "failed": 1, "total": 102 }, "oldestReceivedAt": "2026-08-31T14:22:05Z", "newestReceivedAt": "2026-08-31T14:22:05Z", "oldestQueuedReceivedAt": "2026-08-31T14:22:05Z", "warning": "string" }
Webhook event state counts and age for this tenant
object
database
memory
Show counts
200
401
404