---
title: "Call extension endpoint (GET)"
method: GET
path: "/api/v1/ext/{namespace}/{path}"
tags: ["extensions"]
---

# Call extension endpoint (GET)

`GET /api/v1/ext/{namespace}/{path}`

Proxy route for custom extension GET endpoints. The namespace uses reverse-domain notation (e.g. `com.example.diagnostics`). Available extensions and their self-describing tools are discoverable via `GET /api/v1/agent/capabilities`. This generic OpenAPI template represents a single path segment; clients should use each descriptor's concrete `path` value when an extension advertises a nested sub-path.

## Path parameters

- `namespace` string, required
- `path` string, required

## Response `200`

Extension-defined response.

- unknown

## Other responses

- `404` — Resource not found.
- `500` — Internal server error.

---

[API](https://skmtc.dev/dotnet/apis/devflow-agent-protocol.md) · [All operations](https://skmtc.dev/dotnet/apis/devflow-agent-protocol/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dotnet/devflow-agent-protocol/revisions/31dec8eed3de/schema)
