Skip to content

Generations

Generations page showing a table of past generations with date, job ID, status, and cost

The Generations page shows all your past image generations in a table.

Each row shows:

ColumnDescription
DateWhen the generation was created
JobShort job ID (click to expand)
Statuscompleted, processing, pending, or failed
ProgressFor stories: scenes completed / total
CostEUR amount charged

The bottom of the table shows the total count and total cost.

Click any row to see full details, including the prompt, model used, and image URLs. If the image hasn’t expired yet (URLs are valid for 1 hour after generation), you can view and download it directly from this page.

You can also query your generation history programmatically:

Terminal window
depicta jobs list
depicta jobs get <job_id>

API: GET /v1/jobs and GET /v1/jobs/{id}