Get sync status and recent sync history for a provider.
cURL
curl --request GET \ --url https://api.example.com/api/integrations/{provider}/status \ --header 'Authorization: Bearer <token>'
{ "provider": "<string>", "sync_status": "<string>", "recent_syncs": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "started_at": "2023-11-07T05:31:56Z", "sync_type": "<string>", "items_fetched": 123, "items_extracted": 123, "completed_at": "2023-11-07T05:31:56Z", "errors": [ {} ] } ], "last_sync_at": "2023-11-07T05:31:56Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Sync status with recent log entries.
Show child attributes