---
title: "List Edge Kinds"
method: GET
path: "/api/v2/extensions-edges"
tags: ["OpenGraph (Experimental)", "Enterprise", "Community"]
---

# List Edge Kinds

`GET /api/v2/extensions-edges`

**Experimental** - List all Edge Kinds across OpenGraph Schemas

## Query parameters

- `schemas` string[]
- `is_traversable` string — Filter results by column boolean value. Valid filter predicates are `eq`, `neq`.

## Response `200`

OK

- object
  - `data` ModelGraphSchemaEdgeKinds[]
    - `id` integer
    - `name` string
    - `description` string
    - `is_traversable` boolean
    - `schema_name` string
    - `is_builtin` boolean

## Other responses

- `400` — **Bad Request** This could be due to one of the following reasons: - JSON payload is missing or malformed - Path or query parameters are missing or invalid/malformed - The data sent is not valid (ex- sending a `string` in an `integer` field)
- `401` — **Unauthorized** This endpoint failed an authentication requirement. Either the client tried to access a protected endpoint without being authenticated, or an auth validation failed (ex- invalid credentials or expired token).
- `429` — **Too Many Requests** The client has sent too many requests within a certain time window and tripped the rate limiting middleware.
- `500` — **Internal Server Error** This is usually the result of either an unexpected database or application error. The client may try modifying or resending the request, but the error is likely not related to the client doing something wrong.

---

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