Cloning Graphs
Create complete copies of graphs with new identifiers for testing, migration, or templating
The graph.clone method allows you to create complete copies of graphs with new identifiers. This is useful for scenarios like creating test copies of user data, migrating user graphs to new identifiers, or setting up template graphs for new users.
The clone operation returns a task_id that can be used to track the cloning progress. See the Check Data Ingestion Status recipe for how to poll task status.
The target graph must not exist - they will be created as part of the cloning operation. If no target ID is provided, one will be auto-generated and returned in the response.