---
title: "Metadata Event Stream"
method: GET
path: "/api/v1/events/metadata"
tags: ["events"]
---

# Metadata Event Stream

`GET /api/v1/events/metadata`

Stream metadata-invalidation events for the calling user's tenant.

``Last-Event-ID`` is accepted for protocol completeness but v1 doesn't
replay history — the client falls back to a full ``metadataStore``
refresh when it notices a missed event (via the monotonic version jump).

## Query parameters

- `token` string, required — access token (EventSource can't set headers)

## Headers

- `Last-Event-ID` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/ninjavan/apis/salesforce-sales-cloud-replacement.md) · [All operations](https://skmtc.net/ninjavan/apis/salesforce-sales-cloud-replacement/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ninjavan/salesforce-sales-cloud-replacement/revisions/fd3a41a6260b/schema)
