Retrieve Recommended Action
Retrieves a recommended action chain by id, including chains that have already been run. Seeded chains are reconstructed from their preset; generated chains are read from the account’s stored chain, with each step’s filled-in input.
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-08-13"
Path Parameters
Chain ID from the list endpoint, e.g. rac_seed_start_selling_9f2c1a7b04.
Query Parameters
Account ID, prefixed biz_. Defaults to the API key's own account.
Response
generated chain retrieved
What running the chain accomplishes
"Get your product in front of buyers"
Chain ID — rac_seed_<preset>_<nonce> for seeded chains, rac_chain_* for generated ones
"rac_chain_xxxxxxxxxxxx"
Why the generator proposed this chain, or null for seeded chains
Headline for the chain
"Launch an ad campaign"

