Detect schema drift
detect_schema_driftInspect wave compatibility and propose repairs without mutation. Queues a hosted job; use get_job to retrieve its result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| renames | No | ||
| uploadId | Yes | ID of a file uploaded into this workspace. Local paths and arbitrary URLs are not accepted. | |
| projectId | Yes | ||
| requestId | Yes | A new UUID for this job, reused only when retrying identical inputs. | |
| workspaceToken | Yes | Secret workspace capability returned by create_workspace. Treat as a password; never place in a query string. |