Get user's generation history by type (Roles: user)
Path parameters
Type of generation history to retrieve
Query parameters
Number of items per page (default: 20, max: 100)
Page number (1-based, default: 1)
Free-text search; whitespace-separated terms are AND-ed over tags, prompts, user inputs (hints), art style, perspective, and label
When true, return only items that have a finished generated output for this type (drops image-only/intermediate items). Applied before pagination so number_pages reflects the filtered count. Combines with search as AND. No-op for types without outputs (audio, generated_image).
Inclusive lower bound (unix seconds) on the item's creation date. Combines with search/outputsOnly as AND; applied before pagination so number_pages reflects the filtered count.
Inclusive upper bound (unix seconds) on the item's creation date. Callers pass end-of-day to keep a single-day range inclusive.
Which surface the items were generated from: web (default, studio generations only), api (public API/MCP generations only - these expire 7 days after creation unless kept), or all.
Response
Success
Changes
Changed in 1 of the 8 revisions of this API.1
- ○
added the new optional
queryrequest parametersourcenew-optional-request-parameter
- ○