Qubico
  1. Account Management
Qubico
  • Get Started
    • Overview
    • Quickstart
  • Endpoints
    • image
      • Flux
        • Flux with LoRA and Controlnet
        • Available LoRA and Controlnet
        • Flux API with Redux Variation, Fill, Inpaint and Outpaint
        • Create Task
          • Kontext
          • Text to Image
          • Image to Image
        • Get task
      • Qwen Image
        • Text to Image
        • Image Edit
        • Get Task
      • Image Upscaler
        • Image Upscale(Super Resolution) API
        • Image Upscale-Get Task
      • Image Background Remover
        • Remove Background API
        • Remove Background-Get Task
    • video
      • Wan
        • Generate WanX Task with LoRA Using Qubico
        • Available LoRA Types for Wanx
        • Use Cases for Wanx LoRA
        • Use Cases for Wanx Control Camera
        • Create Task
        • Get Task
      • Skyreels
        • Create Task
        • Get Task
      • Framepack
        • Create Task
        • Get Task
      • Hunyuan Video
        • How to Make a Hunyuan API Call
        • Generate Video
        • Get Task
      • AI Hug
        • Create Task
        • Get Task
      • Video Upscale
        • Video Upscale
        • Video Upscale-Get Task
    • other
      • Trellis
        • Create Task
        • Get Task
    • Tools
      • Segment With Prompt API
      • Segment With Prompt API-Get Task
    • Account Management
      • Account Info
        GET
      • Task List Info
        GET
      • User Task History
        GET
  • Resources
    • Change Log
    • Output Storage
    • Unified API Schema
    • Webhook
  1. Account Management

User Task History

GET
/api/open/tasks/histories
To enable users to access their history more conveniently and efficiently, we have provided a User History Query API.

Available Params#

ParameterDescriptionNotes
pageSpecifies the page number of history records• Starts from page 1
• Default: 1
page_sizeNumber of records per page• Default: 10
• Max: 100 (returns error if exceeded)
modelFilters history by task model• Leave empty for all models
• Available models:
- diffrhythm
- diffrythm
- flux
- gpts
- hailuo
- hug_video
- hunyuan
- image_toolkit
- kling
- llm
- luma
- mj
- mmaudio
- music-s
- music-u
- sd
- skyreels
- trellis
- tts
- video_toolkit
- wan
start_timeFilters records after this timestamp• Unix timestamp (seconds)
• No limit by default
end_timeFilters records before this timestamp• Unix timestamp (seconds)
• No limit by default
Example API Call:
{{base_manager_url}}/api/open/tasks/histories?page=1&model=mj&page_size=20
Following the structure above and use the params porvided as filters.

Request

Header Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/open/tasks/histories' \
--header 'x-api-key;'
Response Response Example
{}
Modified at 2025-06-25 07:03:16
Previous
Task List Info
Next
Change Log
Built with