v1

latestOpenAPI 3.0.22026-07-175523.1 KB
History

Get Image Processing History

Retrieves paginated history of image processing tasks. Results can be filtered by status and time range.

post/get-upscayl-history

Request body

timestampOffsetinteger

Unix timestamp (ms) to start fetching records from

batchboolean

Filter by batch processing status

failedboolean

Filter by failed status

limitinteger

Number of records to return per page

processed'pending' | 'processing' | 'completed' | 'failed'

Filter by processing status

Example request

{
  "timestampOffset": 1633024800000,
  "batch": true,
  "limit": 10,
  "processed": "processing"
}

Response

Successfully retrieved history

status'success' required