The Gremlin API for Azure Cosmos DB allows you to use the Gremlin graph database traversal language to query and manipulate data within your Cosmos DB graph databases.
// Example Gremlin traversal to find all vertices
g.V().out('').values('id')