Skip to content
ActionNano Banana ExpertUpdated May 2026

How do I see my Nano Banana generation history?

Short answer: Drop the "Nano Banana ExpertNano Banana List Generation History" action anywhere in your workflow, map the inputs from upstream nodes, and publish.

Inputs

The fields this action accepts.

Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.

FieldTypeRequiredDescription
Limit
limit
numberOptionalNumber of records to return (max 100)
Offset
offset
numberOptionalPagination offset
Sample request
{
"limit": "{{trigger.limit}}",
"offset": "{{trigger.offset}}"
}
Returns
{
"limit": 20,
"total": 42,
"offset": 0,
"generations": [
{
"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"seed": 1234567890,
"model": "fal-ai/nano-banana-2",
"prompt": "A futuristic cityscape at sunset",
"image_url": "https://nanobanana.expert/cdn/generations/abc123.png",
"created_at": "2026-04-24T10:30:00Z"
}
]
}

Use these fields in downstream nodes for routing, logging, or error handling.

Triggered by

Apps that pair well as the trigger for Nano Banana List Generation History.

Any of these apps can fire this action as part of a workflow.

FAQ

Questions about Nano Banana List Generation History.

What does the Nano Banana List Generation History action do in Nano Banana Expert?
Returns recent generations with prompts and resulting image URLs. Useful for inventorying generated content or for "re-download generated images" recovery workflows.
What inputs does Nano Banana List Generation History require?
Nano Banana List Generation History has no required inputs. Sensible defaults are applied if you leave fields blank.
Can I use dynamic inputs from earlier workflow nodes?
Yes. Any field on this action can pull values from upstream nodes, whether that's a form response, a trigger payload, an AI output, or a lookup result.
What happens if Nano Banana Expert returns an error?
The workflow pauses on the failed node, the error message is captured in the run log, and you can retry the run with one click. Auto-retry policies are configurable per workflow with exponential backoff up to 5 attempts.
Does Nano Banana List Generation History support batch operations?
Yes. Run Nano Banana List Generation History inside a Loop node to process arrays. Tiny Command handles Nano Banana Expert's rate limits automatically so you don't have to throttle manually.
More actions

Other Nano Banana Expert actions.

Send nano banana list generation history from your workflows.

Triggered by anything in the catalog. Free tier available. No credit card.