---
title: "List Economic Intelligence"
method: GET
path: "/economic_intelligence"
tags: ["Economic Intelligence"]
---

# List Economic Intelligence

`GET /economic_intelligence`

Lists an account's recommendations and generation requests, newest first. Without an account, signed-out visitors receive a business-setup template and eligible users receive their saved setup recommendation.

## Query parameters

- `account_id` string
- `status` 'queued' | 'pending' | 'ready' | 'executed' | 'superseded'
- `input` string
- `first` integer
- `after` string
- `last` integer
- `before` string

## Response `200`

recommendations listed

- object
  - `data` EconomicIntelligence[], required
    - `account_id` string, nullable, required — ID of the account this recommendation is for, prefixed `biz_`, or null for personal onboarding.
    - `action_type` string, nullable, required — Type of action recommended, or `null` when no type is assigned. New values may be added; handle unknown types gracefully.
    - `ai_chat_id` string, nullable, required — The chat to resume after its initial message is accepted, or null before a chat is ready.
    - `created_at` string, nullable, required — When the recommendation was created, as an ISO 8601 timestamp, or null for an unsaved recommendation.
    - `executed_at` string, nullable, required — When the recommendation was approved, as an ISO 8601 timestamp, or `null` if it has not been approved.
    - `expected_tool_calls` EconomicIntelligenceOperation[], nullable, required
      - `description` string, nullable, required — Concise description of the operation and affected resource, or null for older recommendations.
      - `tool_name` string, required — API operation or assistant tool name.
    - `id` string, required — Recommendation ID, prefixed `reca_`, or `create_business` for an unsaved setup recommendation. Authenticate and list again before executing an unsaved recommendation.
    - `input` string, nullable, required — What you requested, in your own words, or `null` for recommendations generated without your input.
    - `prompt` string, nullable, required — Step-by-step instructions for Whop AI, or `null` when no instructions are available.
    - `reasoning` string, nullable, required — Evidence and metrics supporting the recommendation, or `null` when no reasoning was provided.
    - `sentiment` 'positive' | 'negative' | 'null', nullable, required — How the user rated this recommendation, or `null` if they have not rated it
    - `status` 'queued' | 'pending' | 'ready' | 'executed' | 'superseded', required — `queued` when awaiting generation; `pending` while generating; `ready` when available for approval; `executed` when approved; `superseded` when rejected or replaced.
    - `superseded_at` string, nullable, required — When the recommendation was rejected or replaced, as an ISO 8601 timestamp, or `null` if neither has occurred.
    - `target_url` string, nullable — Website URL selected for pixel setup, or `null` when no website was captured for this recommendation.
    - `title` string, nullable, required — Recommended action and its expected benefit, or `null` until generated.
    - `user_feedback` string, nullable, required — The user's written feedback, or `null` if they have not provided any.
  - `page_info` object, required
    - `end_cursor` string, nullable, required
    - `has_next_page` boolean, required
    - `has_previous_page` boolean, required
    - `start_cursor` string, nullable, required

## Other responses

- `400` — Invalid Parameters
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Resource not found

## Changes

> 72 revisions in range; 1 not diffed.

- **2026-09-25** `86b97292852d` — 2 info
  - the security scope `company:basic:read` was added to the endpoint's security scheme `bearerAuth`
  - the security scope `ai_chat:create` was removed from the endpoint's security scheme `bearerAuth`
- **2026-09-25** `c1dceb26e505` — 2 info
  - the security scope `company:basic:read` was added to the endpoint's security scheme `bearerAuth`
  - the security scope `ai_chat:create` was removed from the endpoint's security scheme `bearerAuth`
- **2026-09-24** `7fcefabddb0a` — 3 info
  - the security scope `company:basic:read` was added to the endpoint's security scheme `bearerAuth`
  - the security scope `ai_chat:create` was removed from the endpoint's security scheme `bearerAuth`
  - added the new optional `query` request parameter `input`
- **2026-09-23** `140d015b9966` — 3 info
  - the security scope `company:basic:read` was added to the endpoint's security scheme `bearerAuth`
  - the security scope `ai_chat:create` was removed from the endpoint's security scheme `bearerAuth`
  - added the required property `data/items/expected_tool_calls` to the response with the `200` status
- **2026-09-22** `35edb053220a` — 2 info
  - the security scope `company:basic:read` was added to the endpoint's security scheme `bearerAuth`
  - the security scope `ai_chat:create` was removed from the endpoint's security scheme `bearerAuth`

[Full history](https://skmtc.dev/whop/apis/whop-api/changes/economic_intelligence/get.md)

---

[API](https://skmtc.dev/whop/apis/whop-api.md) · [All operations](https://skmtc.dev/whop/apis/whop-api/llms.txt) · [OpenAPI document](https://skmtc.dev/whop/apis/whop-api/revisions/86b97292852d?raw)
