---
title: "List the egress template attribute catalog"
method: GET
path: "/api/v1/egress-templates/fields"
tags: ["EgressTemplate"]
---

# List the egress template attribute catalog

`GET /api/v1/egress-templates/fields`

Returns the selectable attributes for building egress template columns for a given entity type, including expansion and sensitivity flags used by the builder UI.

## Query parameters

- `type` string

## Headers

- `tenant-id` string

## Response `200`

Attribute catalog

- EgressFieldCatalogResponse
  - `entityType` string
  - `fields` EgressFieldCatalogItem[]
    - `key` string
    - `label` string
    - `entityGroup` string
    - `dataType` string
    - `isDate` boolean
    - `isExpandable` boolean
    - `isSensitive` boolean

## Other responses

- `400` — Missing or unsupported entity type
- `401` — Not Authorized
- `403` — Not Allowed

---

[API](https://skmtc.net/certifyos/apis/certify-api-layer.md) · [All operations](https://skmtc.net/certifyos/apis/certify-api-layer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/certifyos/certify-api-layer/revisions/563848e0ecc0/schema)
