action clearblade_get_sync_status { label: "DEPLOYMENTS - Gets sync status for a deployment" provider: clearblade method: GET path: "/admin/{systemKey}/sync/deployment/status/{deploymentName}" encoding: json input: { type: "object" properties: { "ClearBlade-DevToken": { type: "string" } deploymentName: { type: "string" } systemKey: { type: "string" } } required: ["ClearBlade-DevToken", "deploymentName", "systemKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }