---
title: "List distinct export initiators for the Activity Center"
method: GET
path: "/directory/exports/initiators"
tags: ["Directory"]
---

# List distinct export initiators for the Activity Center

`GET /directory/exports/initiators`

Lists the distinct initiators of a tenant's asynchronous directory export jobs, used to
populate the Activity Center "Triggered by" filter dropdown.

## Query parameters

- `tenant_id` string, required

## Headers

- `tenant-id` string

## Response `200`

Initiators retrieved successfully

- EgressInitiatorsResponse — Distinct initiators of a tenant's export jobs
  - `initiators` string[] — Distinct initiator identities (emails or the 'system' sentinel)

## Other responses

- `400` — Bad Request - tenant_id is required
- `401` — Unauthorized - Authentication required
- `403` — Forbidden - Insufficient permissions or tenant_id does not match the authorized tenant
- `500` — Internal server error
- `503` — Service Unavailable - unable to connect to the egress service

---

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