---
title: "Forward GET request to agent by name"
method: GET
path: "/agents/forward/name/{namespace_slug}/{agent_name}/{path}"
tags: ["Agents"]
---

# Forward GET request to agent by name

`GET /agents/forward/name/{namespace_slug}/{agent_name}/{path}`

Forward a GET request to an agent by namespace and name.

## Path parameters

- `namespace_slug` string, required
- `agent_name` string, required
- `path` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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