Pull Platform Versions
Trigger a bulk import of workspaces from a platform repository. Clones/pulls the repository once, then imports each workspace in dependency order (topological sort on .import.yml dependsOn). Workspaces already at the current version are skipped.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
HTTP timeout in seconds (default 15s). If the import exceeds this, the response returns {processing: true} and the result is emitted as a workspaces.bulkImport.completed event.
Body
Filter workspaces by group names. Only workspaces whose .import.yml groups field includes at least one of these values will be imported. Takes precedence over group when both are provided.
When true, forces re-import of all workspaces regardless of version. By default, workspaces whose lastPull.version already matches the repository version are skipped.