---
title: "List distinct egress-template creators for the Created By filter"
method: GET
path: "/api/v1/egress-templates/created-by"
tags: ["EgressTemplate"]
---

# List distinct egress-template creators for the Created By filter

`GET /api/v1/egress-templates/created-by`

## Headers

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

## Response `200`

Creators retrieved successfully

- TemplateCreatorsResponse — Distinct egress-template creators, with a truncation signal for the bounded scan
  - `creators` TemplateCreatorResponse[] — Distinct creators, in first-seen order
    - `id` string — Raw createdBy user ID (the value to filter the list endpoint by)
    - `name` string — Resolved display name, or null when unresolved
    - `email` string — Resolved email, or null when unresolved
  - `truncated` boolean — True when the bounded creator scan hit its page cap and the list may be incomplete; false when the full creator set was returned.

## Other responses

- `400` — Bad Request - tenant-id header is required
- `401` — Unauthorized - Authentication required
- `403` — Forbidden - Insufficient permissions
- `500` — Internal server error

---

[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)
