curl --request GET \
--url https://app.datafold.com/api/v1/lineage/bi/{bi_datasource_id}/sync/ \
--header 'Authorization: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Start an unscheduled synchronization of the integration.
curl --request GET \
--url https://app.datafold.com/api/v1/lineage/bi/{bi_datasource_id}/sync/ \
--header 'Authorization: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}