AurionAI Docs

Get Contact Sync History

Get recent contact sync history entries.

GET
/api/v1/contacts/sync-history

Get recent contact sync history entries.

Authorization

AuthorizationBearer <token>

In: header

Query Parameters

limit?Limit
Default10
Range1 <= value <= 50

Response Body

application/json

application/json

curl -X GET "https://loading/api/v1/contacts/sync-history"
{
  "entries": [
    {
      "completed_at": "string",
      "error_message": "string",
      "id": "string",
      "mode": "string",
      "provider_type": "string",
      "started_at": "string",
      "stats": {},
      "status": "string",
      "sync_type": "string"
    }
  ]
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}