---++ GET api/metadata/lineage/edges/:id * Description * Parameters * Results * Examples ---++ Description Gets the edge with specified id. ---++ Parameters * :id is the unique id of the edge. * doAs allows the current user to impersonate the user passed in doAs when interacting with the Falcon system. ---++ Results Edge with the specified id. ---++ Examples ---+++ Rest Call GET http://localhost:15000/api/metadata/lineage/edges/Q6t-c-5g?doAs=joe ---+++ Result { "results": { "_id":"Q6t-c-5g", "_type":"edge", "_outV":12, "_inV":16, "_label":"output" } }