List recommendations
List recommendations
Returns a paginated list of content intelligence recommendations generated by the nightly gap analysis pipeline.
GET
List recommendations
Documentation Index
Fetch the complete documentation index at: https://api-docs.hrizn.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Your Hrizn API key (prefix hzk_)
Query Parameters
Number of results per page
Required range:
1 <= x <= 100Base64-encoded pagination cursor
Filter by a single recommendation type (e.g. missing_model_page). See /reference/content-intelligence-types for all values.
Filter by multiple recommendation types (comma-separated, e.g. missing_model_page,comparison_opportunity).
Minimum priority score (0-100). Only return recommendations with priority_score >= priority_min.
Required range:
0 <= x <= 100Filter by status (default: active).
Available options:
active, dismissed, acted_on, expired Filter by recommended content type.
Available options:
basic, qa, expert, modellanding, comparison, salesevent Last modified on May 7, 2026
