How it works
Each entry is a concept-generation run (research + concepts). Use get_generation to fetch the full concepts + image prompts for a specific run.
Inputs
Name
Type
Required
Description
limit
integer (1–50)
optional
Default 20.
Returns
{ generations: GenerationSummary[], count }Examples
Find the most recent run for a brand
Agent finds the latest generation matching a brand, then reuses concepts.
{
"limit": 5
}