Skip to main content
ideaclouds:read The ideaclouds:read scope grants read-only access to IdeaClouds and their associated research data. Use this to list IdeaClouds, view their status, retrieve individual details, and access the questions and clusters produced during research.

Endpoints


List IdeaClouds

Returns a paginated list of IdeaClouds for your site.

Query parameters

Example

Response — 200 OK

Status codes


Get IdeaCloud details

Returns full details for a single IdeaCloud.

Path parameters

Example

Response — 200 OK

Status codes


Get questions and clusters

Returns the research questions and clusters for an IdeaCloud. If research is still in progress, the questions array will be empty and a status message is included.

Path parameters

Example

Response — 200 OK (research complete)

Response — 200 OK (research in progress)

Poll this endpoint to check when research completes. Once status is "complete", the questions and clusters arrays will be populated. You can also subscribe to the ideacloud.completed webhook event instead of polling.

Status codes


Error response — Missing scope

If your API key does not include ideaclouds:read, any request to these endpoints returns:
Last modified on February 28, 2026