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": {}
}Get the continuous sync configuration and status for a local folder.
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": {}
}API key must be provided in the Authorization header
Local folder ID
Was this page helpful?