---
title: "List Sessions"
method: GET
path: "/sessions"
tags: ["sessions"]
---

# List Sessions

`GET /sessions`

List all sessions with sanitized metadata.

## Response `200`

Successful Response

- SessionListResponse — Response payload for ``GET /sessions``.
  - `sessions` SessionSummary[]
    - `session_id` string, required
    - `status` string, required
    - `created_at` string, nullable
    - `updated_at` string, nullable
    - `elapsed_seconds` integer
    - `config` SessionConfigSummary — Sanitized subset of pipeline config echoed back on /sessions. Excludes absolute filesystem paths (the input USD lives at a server- internal location implied by the session id; surfacing it would leak the container's storage layout).
      - `project_name` string, nullable
      - `original_filename` string, nullable — Filename the client uploaded (None for S3 inputs)
      - `input_extension` string, nullable — USD extension, e.g. '.usd' or '.usdz'
      - `has_usd_upload` boolean, nullable
      - `s3_uri` string, nullable — S3 URI when input was sourced from S3 (client-supplied)
      - `material_textures` object, nullable
  - `total` integer

## Changes

- **2026-04-30** `f1aa452697e3` — 1 breaking, 2 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - added the optional property `sessions` to the response with the `200` status
  - added the optional property `total` to the response with the `200` status
- **2026-04-29** `12695b6a0290` — 1 breaking, 2 warning
  - the response's body type/format changed from `object`/`` to ``/`` for status `200`
  - removed the optional property `sessions` from the response with the `200` status
  - removed the optional property `total` from the response with the `200` status

[Change history](https://skmtc.dev/nvidia/apis/texture-agent-service/changes/sessions/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-service-production.skmtc.workers.dev/v1/apis/nvidia/texture-agent-service/revisions/1ba426fbca03/schema)
