To list all graph tables in the db:

Method : GET

URI : /graph/list

Example

curl -X GET http://192.168.1.105:18080/graph/list

Response

{
   "graphs":[
      "mygraph",
      "website_graph"
   ],
   "num_graphs":2
}