---
title: "Inspect TUI and Chat interface handoff support and progress"
method: GET
path: "/api/v1/sessions/{sessionId}/interface-transition"
tags: ["sessions"]
---

# Inspect TUI and Chat interface handoff support and progress

`GET /api/v1/sessions/{sessionId}/interface-transition`

## Path parameters

- `sessionId` string, required — Session identifier, e.g. project-1.

## Response `200`

OK

- SessionInterfaceTransitionStatusResponse
  - `reason` string
  - `reasonCode` string
  - `supported` boolean, required
  - `targetMode` 'chat' | 'tui', required
  - `transition` SessionInterfaceTransition
    - `completedAt` string, date-time, nullable
    - `createdAt` string, date-time, required
    - `errorCode` string
    - `errorDetail` string
    - `id` string, required
    - `phase` 'requested' | 'preflighting' | 'draining' | 'source_stopping' | 'source_stopped' | 'target_starting' | 'activating' | 'completed' | 'failed' | 'cancelled' | 'recovery_required', required
    - `policy` 'drain' | 'interrupt', required
    - `sessionId` string, required
    - `sourceMode` 'chat' | 'tui', required
    - `targetMode` 'chat' | 'tui', required
    - `updatedAt` string, date-time, required

## Other responses

- `404` — Not Found
- `409` — Conflict
- `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)
