---
title: "GET /v1experimental/evidence/graph/edges"
method: GET
path: "/v1experimental/evidence/graph/edges"
tags: ["ExperimentalResources"]
---

# GET /v1experimental/evidence/graph/edges

`GET /v1experimental/evidence/graph/edges`

ListGraphEdges returns the edges (relationship) between resources in our
 resource graph.

 Note: THIS API IS EXPERIMENTAL AND SUBJECT TO CHANGE

## Query parameters

- `pageSize` integer
- `pageToken` string
- `orderBy` string
- `asc` boolean

## Response `200`

OK

- ListGraphEdgesResponse
  - `edges` GraphEdge[], required
    - `id` string, required
    - `source` string, required
    - `target` string, required
    - `type` string, required
  - `nextPageToken` string

## Other responses

- `default` — Default error response

---

[API](https://skmtc.net/clouditor/apis/untitled-api.md) · [All operations](https://skmtc.net/clouditor/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clouditor/untitled-api/revisions/352be17968d1/schema)
