TigerGraph
communityEnterprise graph database and analytics platform for real-time deep link analytics.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
https://{instance}:9000/query/{graphName}/{queryName}Run installed query
Parameters
paramsquery parameters (stringoptionalgraphNamegraph name (stringrequiredqueryNamequery name (stringrequiredReturns
results[] with query outputGET
https://{instance}:9000/graph/{graphName}/vertices/{vertexType}Get vertices
Parameters
limitresults (integeroptionalgraphNamegraph name (stringrequiredvertexTypevertex type (stringrequiredReturns
results[] with v_id, v_type, attributesGET
https://{instance}:9000/graph/{graphName}/edges/{sourceVertexType}/{sourceVertexId}/{edgeType}Get edges
Parameters
edgeTypeedge type (stringrequiredgraphNamegraph name (stringrequiredsourceVertexIdsource ID (stringrequiredsourceVertexTypesource type (stringrequiredReturns
results[] with e_type, from_id, from_type, to_id, to_type, attributes