find_correlation_keys
List the correlation-key candidates for a learned schema — the fields that look like identifiers (e.g. data.object.id), ranked by how consistently they appear. These are the fields to group events by when reconstructing a lifecycle (a Stripe payment_intent across created -> succeeded, a GitHub PR across its events). Derived from real traffic, so it reflects what THIS account actually receives.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | No | Version number, or "current" (the default). | |
| schema_id | Yes | The schema id. |