---
title: "Get egress template by ID"
method: GET
path: "/api/v1/egress-templates/{templateId}"
tags: ["EgressTemplate"]
---

# Get egress template by ID

`GET /api/v1/egress-templates/{templateId}`

Returns a single egress template with its metadata

## Path parameters

- `templateId` string, required

## Headers

- `tenant-id` string
- `x-user-id` string

## Response `200`

Template found

- EgressTemplateResponse
  - `id` string
  - `tenantId` string
  - `createdAt` string, date-time
  - `createdBy` string
  - `updatedAt` string, date-time
  - `updatedBy` string
  - `templateName` string
  - `description` string
  - `entityType` string
  - `outputFormat` string
  - `separator` string
  - `status` string
  - `version` integer
  - `mappingsCsvUrl` string
  - `rowExpansionKeys` JsonNode
    - `empty` boolean
    - `valueNode` boolean
    - `containerNode` boolean
    - `missingNode` boolean
    - `array` boolean
    - `object` boolean
    - `nodeType` 'ARRAY' | 'BINARY' | 'BOOLEAN' | 'MISSING' | 'NULL' | 'NUMBER' | 'OBJECT' | 'POJO' | 'STRING'
    - `pojo` boolean
    - `number` boolean
    - `integralNumber` boolean
    - `floatingPointNumber` boolean
    - `short` boolean
    - `int` boolean
    - `long` boolean
    - `float` boolean
    - `double` boolean
    - `bigDecimal` boolean
    - `bigInteger` boolean
    - `textual` boolean
    - `boolean` boolean
    - `null` boolean
    - `binary` boolean
  - `extExportConfig` JsonNode
    - `empty` boolean
    - `valueNode` boolean
    - `containerNode` boolean
    - `missingNode` boolean
    - `array` boolean
    - `object` boolean
    - `nodeType` 'ARRAY' | 'BINARY' | 'BOOLEAN' | 'MISSING' | 'NULL' | 'NUMBER' | 'OBJECT' | 'POJO' | 'STRING'
    - `pojo` boolean
    - `number` boolean
    - `integralNumber` boolean
    - `floatingPointNumber` boolean
    - `short` boolean
    - `int` boolean
    - `long` boolean
    - `float` boolean
    - `double` boolean
    - `bigDecimal` boolean
    - `bigInteger` boolean
    - `textual` boolean
    - `boolean` boolean
    - `null` boolean
    - `binary` boolean
  - `scheduleEnabled` boolean
  - `scheduleFrequency` string
  - `scheduleTime` string
  - `scheduleDayOfWeek` integer
  - `scheduleDayOfMonth` integer
  - `scheduleCron` string
  - `scheduleTimezone` string
  - `lastExportAt` string, date-time
  - `nextExportAt` string, date-time
  - `metadata` JsonNode
    - `empty` boolean
    - `valueNode` boolean
    - `containerNode` boolean
    - `missingNode` boolean
    - `array` boolean
    - `object` boolean
    - `nodeType` 'ARRAY' | 'BINARY' | 'BOOLEAN' | 'MISSING' | 'NULL' | 'NUMBER' | 'OBJECT' | 'POJO' | 'STRING'
    - `pojo` boolean
    - `number` boolean
    - `integralNumber` boolean
    - `floatingPointNumber` boolean
    - `short` boolean
    - `int` boolean
    - `long` boolean
    - `float` boolean
    - `double` boolean
    - `bigDecimal` boolean
    - `bigInteger` boolean
    - `textual` boolean
    - `boolean` boolean
    - `null` boolean
    - `binary` boolean
  - `bqExportEnabled` boolean
  - `bqTableName` string
  - `bqDataset` string

## Other responses

- `401` — Not Authorized
- `403` — Not Allowed
- `404` — Template not found

---

[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/3d27e9019c7b/schema)
