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

# List OpenGraph Extensions Information

`GET /api/v2/extensions`

**Experimental** - Lists pertinent OpenGraph extension information such as id, name, version, and if it is a built-in extension

## Response `200`

OK

- ApiResponseGraphExtensionsInfo
  - `data` object, required
    - `extensions` object[], required
      - `id` integer, required
      - `name` string, required
      - `version` string, required
      - `is_builtin` boolean, required
      - `namespace` string, required

## Other responses

- `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).
- `403` — **Forbidden** This is most commonly caused by an authenticated client trying to access a resource that it does not have permission for.
- `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)
