---
title: "List the standalone shell terminals owned by the current app run"
method: GET
path: "/api/v1/shell-terminals"
tags: ["shellTerminals"]
---

# List the standalone shell terminals owned by the current app run

`GET /api/v1/shell-terminals`

## Response `200`

OK

- ListShellTerminalsResponse
  - `shellTerminals` ShellTerminalResponse[], required
    - `createdAt` string, date-time, required
    - `handleId` string, required
    - `projectId` string
    - `sessionId` string
    - `title` string, required
    - `workingDir` string, required

## Other responses

- `500` — Internal Server Error
- `501` — Not Implemented

---

[API](https://skmtc.net/composiohq/apis/agent-orchestrator-http-daemon.md) · [All operations](https://skmtc.net/composiohq/apis/agent-orchestrator-http-daemon/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/composiohq/agent-orchestrator-http-daemon/versions/be069344383f/schema)
