---
title: "Send GET request to session"
method: GET
path: "/{serviceName}/sessions/{sessionId}/{path}"
---

# Send GET request to session

`GET /{serviceName}/sessions/{sessionId}/{path}`

Proxies a GET request to an endpoint defined in your running bot. The response is returned directly from the bot.

## Path parameters

- `serviceName` string, required
- `sessionId` string, uuid, required
- `path` string, required

## Response `200`

Successful response from the bot

- ProxiedResponse — Response from your bot endpoint. The schema depends on what your bot returns.

## Other responses

- `400` — Service deployment is not available
- `401` — Invalid or missing API key
- `404` — Service or session not found
- `500` — Internal server error

---

[API](https://skmtc.dev/pipecat/apis/pipecat-cloud.md) · [All operations](https://skmtc.dev/pipecat/apis/pipecat-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pipecat/pipecat-cloud/revisions/acd0f7dfe734/schema)
