---
title: "GET /api/attachment-templates/"
method: GET
path: "/api/attachment-templates/"
tags: ["Attachment Templates"]
---

# GET /api/attachment-templates/

`GET /api/attachment-templates/`

## Query parameters

- `page` integer
- `count` integer
- `archived` union
  - string
  - boolean
- `name` string
- `tracingType` 'PRODUCT_BACKWARD' | 'FIBER_FORWARD' | 'FIBER_PRODUCT_TRANSFORMATION'

## Response `200`

Default Response

- object
  - `meta` object, required
    - `count` number, required
    - `page` number, required
    - `totalCount` number, required
    - `pageSize` number, required
  - `data` object[], required
    - `id` string, required
    - `name` string, required
    - `description` string, nullable, required
    - `companyId` string, required
    - `isGlobal` boolean, required
    - `isArchived` boolean, required
    - `isActive` boolean, required
    - `isPreference` boolean, required
    - `tracingType` string, required
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required

## Other responses

- `401` — Default Response

## Changes

> 22 revisions in range; 1 not diffed.

- **2026-08-31** `97e51f27dc77` — 1 breaking, 1 info
  - the response property `data/items/description` became nullable for the status `200`
  - response property `data/items/description` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
- **2026-08-20** `976ee26dacda` — 1 info
  - for the `query` request parameter `count`, the max was increased from `100.00` to `500.00`

[Change history](https://skmtc.dev/retraced/apis/api-reference/changes/api/attachment-templates/get.md)

---

[API](https://skmtc.dev/retraced/apis/api-reference.md) · [All operations](https://skmtc.dev/retraced/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/retraced/api-reference/revisions/97e51f27dc77/schema)
