---
title: "Download Textures Zip"
method: GET
path: "/artifacts/{session_id}/textures"
tags: ["artifacts"]
---

# Download Textures Zip

`GET /artifacts/{session_id}/textures`

Download all blended textures as a ZIP archive.

## Path parameters

- `session_id` string, required

## Response `200`

Successful Response

## Other responses

- `404` — Not Found
- `422` — Validation Error

## Changes

- **2026-04-30** `f1aa452697e3` — 1 breaking, 2 info
  - removed the media type `application/json` for the response with the status `200`
  - added the media type `application/zip` for the response with the status `200`
  - added the non-success response with the status `404`
- **2026-04-29** `12695b6a0290` — 1 breaking, 2 info
  - removed the media type `application/zip` for the response with the status `200`
  - added the media type `application/json` for the response with the status `200`
  - removed the non-success response with the status `404`

[Change history](https://skmtc.dev/nvidia/apis/texture-agent-service/changes/artifacts/:session_id/textures/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)
