List Economic Intelligence
Lists every recommendation the account has been given, newest first: requests the engine is still answering (queued, pending), cards ready to run, cards already run, and cards a newer one replaced. status=ready is what the dashboard shows; an account with nothing ready and nothing open gets a request opened for it, so poll while a queued or pending row is in the list.
Authorizations
An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.
Headers
Pins the request to a dated API version.
"2026-09-11"
Query Parameters
Account ID, prefixed biz_. Defaults to the API key's own account.
Only recommendations in this state. ready for the cards the owner can run now.
queued, pending, ready, executed, superseded, failed The number of recommendations to return (default 20, max 100).
A cursor; returns recommendations after this position.
The number of recommendations to return from the end of the range.
A cursor; returns recommendations before this position.

