Skip to main content
GET
List IdeaClouds
Returns a paginated list of IdeaClouds for the site associated with your API key. Scope required: ideaclouds:read

Query parameters

limit
integer
default:"25"
Results per page (1-100).
cursor
string
Pagination cursor from a previous response.
status
string
Filter by status. Possible values: researching (research in progress), complete (ready to use for content creation), failed (research encountered an error).
keyword
string
Search by keyword (case-insensitive partial match).

Response

category
object | null
The category assigned to this IdeaCloud, containing id and name. Returns null if no category is assigned.

Authorizations

X-API-Key
string
header
required

Your Hrizn API key (prefix hzk_)

Query Parameters

limit
integer
default:25

Number of results per page

Required range: 1 <= x <= 100
cursor
string

Base64-encoded pagination cursor

status
string

Filter by status (e.g. researching, complete, failed)

keyword
string

Case-insensitive partial match on keyword

Response

Paginated list of IdeaClouds

data
object[]
pagination
object
Last modified on February 28, 2026