Skip to main content
GET
/
api
/
core
/
sharepoint
/
sync-state
Get SharePoint sync state
curl --request GET \
  --url https://api.example.com/api/core/sharepoint/sync-state \
  --header 'Authorization: Bearer <token>'
{
  "syncs": [
    {
      "state": "<string>",
      "ingested_items_count": 123,
      "discovered_items_count": 123,
      "deleted_items_count": 123,
      "synced_at": "2023-11-07T05:31:56Z"
    }
  ],
  "total_items_count": 123
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Format: 'Bearer '

Response

200 - application/json

Successful Response

syncs
SharePointSyncStateItemSchema · object[]
required
total_items_count
integer
required