v1

latestOpenAPI 3.0.3Lucid2026-07-14155181312.3 KB
Cloud

Sync Model with AWS Data Source

Sync an existing model containing the visualization of data from an AWS data source, so that it is up-to-date with the data in that data source. Returns a jobId that can be used to get the status from Get "Sync Model with AWS Data Source" Job Status.

post/v1/documents/cloud/aws/{documentId}/sync

Path parameters

documentIdstring uuid required

The document ID of the cloud model to sync

Response

Accepted. Occurs when the model sync job has been queued.

jobIdstring required

Unique identifier for an asynchronous job

Example response

{
  "jobId": "jobr_2f5e5b82-6f1d-4c9f-932a-14e43cf30454"
}