Skip to main content
GET
/
local-folders
/
{local_folder_id}
/
continuous-sync
Get continuous sync status
curl --request GET \
  --url https://apigcp.trynia.ai/v2/local-folders/{local_folder_id}/continuous-sync \
  --header 'Authorization: Bearer <token>'
{
  "enabled": true,
  "last_sync": "<string>",
  "sync_cursor": {}
}

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Path Parameters

local_folder_id
string
required

Local folder ID

Response

Continuous sync info

enabled
boolean

Whether continuous sync is enabled

last_sync
string | null

Last sync timestamp

sync_cursor
object

Cursor for incremental sync