cURL
curl --request GET \ --url https://api.valiqor.com/api/v1/scans/{scan_id}/features/{feature_id}/workflow \ --header 'Authorization: Bearer <token>'
{ "feature_id": "<string>", "feature_kind": "<string>", "steps": [ { "function_name": "<string>", "step_type": "<string>", "line_number": 123, "operations": [ "<string>" ], "is_entry_point": true, "is_graph_node": true, "step_order": 123 } ], "loop_edges": [ {} ] }
Get workflow graph for a specific feature
Valiqor API key. Pass as Bearer token: Authorization: Bearer vq-xxxxxxxxxxxxxxxxxxxx
Authorization: Bearer vq-xxxxxxxxxxxxxxxxxxxx
Successful Response
Response for a complete workflow
Show child attributes