List 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, prefixed biz_. Defaults to the API key's own account; omit for personal onboarding.
Filter recommendations by their current status.
What you want recommendations for, in your own words. Up to 1000 characters. Narrows the list to the recommendations that address it.
Number of results to return from the start of the range.
Return results after this cursor. Use page_info.end_cursor from the previous response to fetch the next page.
Number of results to return from the end of the range.
Return results before this cursor. Use page_info.start_cursor from the previous response to fetch the previous page.
Response
recommendations listed
Example response
{
"data": [
{
"account_id": "biz_xxxxxxxxxxxxxx",
"action_type": "scale_winning_ads",
"created_at": "2026-01-01T12:00:00.000Z",
"executed_at": "2026-01-01T12:00:00.000Z",
"expected_tool_calls": [
{
"description": "Increase the summer campaign budget",
"tool_name": "updateAdCampaign"
}
],
"id": "reca_xxxxxxxxxxxxxx",
"input": "more sales from ads",
"prompt": "Create a 20% off promo code for my members.",
"reasoning": "Capped 9 of 14 days.",
"sentiment": "positive",
"status": "ready",
"superseded_at": "2026-01-01T12:00:00.000Z",
"target_url": "https://example.com/join",
"title": "Move $180 from 3 dead ad groups into BATCH#3, +1.7x return"
}
],
"page_info": {
"start_cursor": "WyJjdXJzb3IiLDFd"
}
}Changes
Changed in 17 of the 74 revisions of this API.8235
- ○
the security scope
company:basic:readwas added to the endpoint's security schemebearerAuthapi-security-scope-added
- ○
the security scope
ai_chat:createwas removed from the endpoint's security schemebearerAuthapi-security-scope-removed
- ○
- ○
the security scope
company:basic:readwas added to the endpoint's security schemebearerAuthapi-security-scope-added
- ○
the security scope
ai_chat:createwas removed from the endpoint's security schemebearerAuthapi-security-scope-removed
- ○
- ○
the security scope
company:basic:readwas added to the endpoint's security schemebearerAuthapi-security-scope-added
- ○
the security scope
ai_chat:createwas removed from the endpoint's security schemebearerAuthapi-security-scope-removed
- ○
- ○
the security scope
company:basic:readwas added to the endpoint's security schemebearerAuthapi-security-scope-added
- ○
the security scope
ai_chat:createwas removed from the endpoint's security schemebearerAuthapi-security-scope-removed
- ○
- ○
the security scope
company:basic:readwas added to the endpoint's security schemebearerAuthapi-security-scope-added
- ○
the security scope
ai_chat:createwas removed from the endpoint's security schemebearerAuthapi-security-scope-removed
- ○
added the new optional
queryrequest parameterinputnew-optional-request-parameter
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
the security scope
company:basic:readwas added to the endpoint's security schemebearerAuthapi-security-scope-added
- ○
the security scope
ai_chat:createwas removed from the endpoint's security schemebearerAuthapi-security-scope-removed
- ○
added the required property
//to the response with the statusresponse-required-property-added
- ○
- ○
the security scope
company:basic:readwas added to the endpoint's security schemebearerAuthapi-security-scope-added
- ○
the security scope
ai_chat:createwas removed from the endpoint's security schemebearerAuthapi-security-scope-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
the security scope
company:basic:readwas added to the endpoint's security schemebearerAuthapi-security-scope-added
- ○
the security scope
ai_chat:createwas removed from the endpoint's security schemebearerAuthapi-security-scope-removed
- ○
- ○
the security scope
company:basic:readwas added to the endpoint's security schemebearerAuthapi-security-scope-added
- ○
the security scope
ai_chat:createwas removed from the endpoint's security schemebearerAuthapi-security-scope-removed
- ○
- ○
the security scope
company:basic:readwas added to the endpoint's security schemebearerAuthapi-security-scope-added
- ○
the security scope
ai_chat:createwas removed from the endpoint's security schemebearerAuthapi-security-scope-removed
- ○
Of the 74 revisions, 1 has no diff computed.