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
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
core/src/exchanges/probable/api.ts:309-326— per-event tags endpoint,GET /public/api/v1/events/{id}/tags.core/src/exchanges/probable/api.ts:451-458— the separate top-levelGET /public/api/v1/tags/("List All Tags") endpoint, which is the one Probable portfolio analytics endpoints (getPnl,getActivity,publicSearch,getTags) not implemented inProbableExchangeor either SDK #1245 names as "getTags."core/src/exchanges/probable/fetcher.tsorindex.ts, but the per-event variant (api.ts:309-326) is not mentioned in Probable portfolio analytics endpoints (getPnl,getActivity,publicSearch,getTags) not implemented inProbableExchangeor either SDK #1245's title or body at all.TypeScript SDK
Missing — no corresponding method on the
Probableclass insdks/typescript/pmxt/client.ts.Python SDK
Missing — no corresponding method on the
Probableclass insdks/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