Get Flow Graph
GET
/endpoints/flow/graph
This endpoint helps you understand the flow from the endpoint to further neighbours in code in a parent - child relationship.
Headers
Name
Value
Authorization
Bearer <token>
Query Params
Name
Type
Description
project_id
string
The project id generated during parsing of the code
endpoint_id
string
The endpoint identifier that points to the specific node you want to generate graph from
Response
Last updated