cURL
curl --request GET \ --url https://api.totalis.com/status/sync \ --header 'Authorization: Bearer <token>'
{ "running": true, "last_run": { "started_at": "2023-11-07T05:31:56Z", "completed_at": "2023-11-07T05:31:56Z", "duration_ms": 123, "series_succeeded": 123, "series_failed": 123, "total_markets_synced": 123 }, "recent_logs": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "series_ticker": "<string>", "markets_synced": 123, "markets_removed": 123, "status": "success", "error_message": "<string>", "duration_ms": 123, "started_at": "2023-11-07T05:31:56Z", "completed_at": "2023-11-07T05:31:56Z" } ] }
Get detailed market sync observability data including recent sync logs.
Privy JWT token. Use Authorization: Bearer <token>. Supported for REST API only.
Authorization: Bearer <token>
Maximum number of sync logs to return (max 200)
x <= 200
Sync status and logs
Show child attributes
Was this page helpful?