Getting code of a specific node
GET
/code/node
Get the code of a specific node in the parsed codebase. These nodes are typically your endpoints or their child functions that were listed as part of flow graph.
Headers
Name
Value
Authorization
Bearer <token>
Query Params
Name
Type
Description
project_id
number
The project id generated during parsing of the code
node_id
string
The node id that points to the specific node you want to get code of
Response
Last updated