Skip to main content
GET
Get questions and clusters
Returns the questions discovered during research, organized into clusters by search intent. Only available after the IdeaCloud reaches complete status. Scope required: ideaclouds:read

Path parameters

id
string
required
UUID of the IdeaCloud.
Question IDs use the format q-{timestamp}-{index} (e.g. q-1772246824308-0), not UUIDs. Use these IDs as-is when passing selected_question_ids to the content creation and generation endpoints.
Cluster IDs use the format cluster-{index} (e.g. cluster-0). Each question’s cluster_id references one of the cluster objects in the clusters array.

Authorizations

X-API-Key
string
header
required

Your Hrizn API key (prefix hzk_)

Path Parameters

id
string<uuid>
required

IdeaCloud ID

Response

Questions and clusters

data
object
Last modified on February 28, 2026