Skip to content

Probable Get Tags for Event (/events/{id}/tags) not implemented — distinct from top-level getTags (#1245) #1607

Description

@realfishsam

Gap

Probable's spec defines a per-event tags lookup, distinct from the top-level "list all tags" endpoint that issue #1245 already covers. Neither is wired into core.

Core

TypeScript SDK

Missing — no corresponding method on the Probable class in sdks/typescript/pmxt/client.ts.

Python SDK

Missing — no corresponding method on the Probable class in sdks/python/pmxt/_exchanges.py.

Evidence

core/src/exchanges/probable/api.ts:309-326 (per-event) vs. :451-458 (top-level list) — two distinct operations with different paths/purposes; only the top-level one is named in #1245.

Impact

Users cannot fetch the specific tags attached to a single Probable event through pmxt — only the full/global tag catalog (once #1245 is addressed) would be available, requiring client-side cross-referencing instead of a direct per-event lookup.


Found by automated Core-to-SDK surface coverage audit

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions