ActionNano Banana ExpertUpdated September 2026
How do I see my Nano Banana generation history?
Short answer: You can nano banana list generation history in Nano Banana Expert by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Nano Banana Expert Nano Banana List Generation History action to a workflow, map its 2 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Inputs
The fields this action accepts.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Limit limit | number | Optional | Number of records to return (max 100) |
Offset offset | number | Optional | Pagination 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 run history shows the failed step with its input and the error message Nano Banana Expert returned, so you can fix the input and run the workflow again. Automatic retries are built into HTTP steps only, where you can also set your own retry count and delay.
Does Nano Banana List Generation History support batch operations?
Run Nano Banana List Generation History inside a loop to process each item in an array. TinyCommand does not throttle calls for you, so for large arrays add a Delay step if you need to stay within Nano Banana Expert's rate limits.
More actions
Other Nano Banana Expert actions.
Action
Nano Banana Generate Image
Cost-efficient image generation for high-volume workflows (thumbnails, ad variants, A/B test creative). For premium hero imagery, use Flux Pro or Midjourney; for "I need many cheap images", Nano Banana.
ActionNano Banana Get Balance
Returns remaining credit balance. Pre-flight on bulk-generation runs to avoid mid-batch credit exhaustion.