---
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

## Changes

- **2025-07-08** `ec8f459a6a24` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/clouditor/apis/untitled-api/changes/v1experimental/evidence/graph/edges/get.md)

---

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