Get Analytics
Settings
Get Analytics
Read keyword-level performance stats or per-run history.
GET
Get Analytics
CLI:
Overview
Returns analytics on how each keyword is performing across past signal scans. The response shape is discriminated by thetype query param:
type=keywords— cursor-paginated keyword stats across the caller’s types. Each row carries cumulative counts at every pipeline stage and the average score of validated signals. Filter bysignalTypeId,sourceId, orminScore.type=keyword-runs&keywordId={id}— bounded list of per-run snapshots for one keyword stat. Pagination is intentionally skipped because the history is small.
AI agent notes
Pick the right
type. Use keywords for a leaderboard. Use keyword-runs after picking one keyword from the leaderboard to drill into its history.Ownership-gated. keywordId is verified against the caller. Foreign or missing ids return 404.Score scale. Scores use the 1–3 sellability scale (1 = irrelevant, 3 = easy sell).Don’t loosen filters to “rescue” rejected items. Low keyword volume after the hard filter is the expected state for high-quality signals.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Available options:
keywords, keyword-runs Required range:
0 <= x <= 3Required range:
1 <= x <= 9007199254740991