Skip to main content
GET
Get IdeaCloud details
Returns the full details of an IdeaCloud including its status, title, synopsis, tags, and recommended questions with their text. Scope required: ideaclouds:read

Path parameters

id
string
required
UUID of the IdeaCloud.

Response

category
object | null
The category assigned to this IdeaCloud, containing id and name. Returns null if no category is assigned.
Array of recommended question objects, each containing the question ID and its text. Only populated when the IdeaCloud status is complete.
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 endpoints.

Authorizations

X-API-Key
string
header
required

Your Hrizn API key (prefix hzk_)

Path Parameters

id
string<uuid>
required

IdeaCloud ID

Response

IdeaCloud details

data
object
Last modified on February 28, 2026