---
title: "Get Session"
method: GET
path: "/sessions/{session_id}"
tags: ["sessions"]
---

# Get Session

`GET /sessions/{session_id}`

Get detailed session information.

## Path parameters

- `session_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-04-29** `12695b6a0290` — 3 breaking, 17 warning
  - the response's body type changed from `object` to no type for status `200`
  - removed the required property `session_id` from the response with the `200` status
  - removed the required property `status` from the response with the `200` status
  - removed the optional property `can_cancel` from the response with the `200` status
  - …16 more

[Change history](https://skmtc.dev/nvidia/apis/texture-agent-service/changes/sessions/:session_id/get.md)

---

[API](https://skmtc.dev/nvidia/apis/texture-agent-service.md) · [All operations](https://skmtc.dev/nvidia/apis/texture-agent-service/llms.txt) · [OpenAPI document](https://skmtc.dev/nvidia/apis/texture-agent-service/revisions/12695b6a0290?raw)
