limitintegeroptionalMaximum number of recent generations to return. Up to 20.
Nothing is lost to a dropped connection: list_recent_generations returns your recent generations with fresh download links. Free to call.
list_recent_generationsIf the connection drops before a result message arrives, the generation may still have completed, and generations are billed when they finish, not when the message lands. Have your client call this tool and it returns your recent generations, newest first, each with its download URL, so the work is recovered rather than repeated.
# Your AI calls the tool
list_recent_generations(limit: 5)
# It responds with your recent generations, newest first,
# each with its tool, subjects, and a download URL for its ziplimitintegeroptionalMaximum number of recent generations to return. Up to 20.
Download URLs are short-lived, and re-listing does not extend an existing download's expiry, so have your client fetch the zip promptly once recovered.