Qubico
  1. Account Management
Qubico
  • Get Started
    • Overview
    • Quickstart
  • Endpoints
    • 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
    • AI Hug
      • Get Task
      • Create Task
    • Faceswap
      • Multi Faceswap
      • Image Faceswap
      • Video Faceswap
      • Get Task
    • TTS
      • Zeroshot Text-to-Speech F5-TTS
      • Get Task
    • Trellis
      • Create Task
      • Get Task
    • WanX
      • 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
      • Get Task
      • Generate Video
    • Mmaudio
      • Get Task
      • Generate Audio
    • DiffRhythm
      • Generate Audio
      • Get Task
    • Ace Step
      • Create Task
        • Text to Audio
        • Audio to Audio
        • Audio Edit
        • Audio Extend
      • Get Task
    • Tools
      • File Upload API
      • Video Upscale
      • Video Upscale-Get Task
      • Remove Background API
      • Remove Background-Get Task
      • Segment With Prompt API
      • Segment With Prompt API-Get Task
      • Image Upscale(Super Resolution) API
      • Image Upscale-Get Task
    • Account Management
      • Account Info
        GET
      • Task List Info
        GET
      • User Task History
        GET
  • Resources
    • Change Log
    • Output Storage
    • Unified API Schema
    • Webhook
    • Billings
  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 Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/open/tasks/histories' \
--header 'x-api-key;'
Response Response Example
{}

Request

Header Params

Responses

🟢200Success
application/json
Body

Modified at 2025-06-25 07:03:16
Previous
Task List Info
Next
Change Log
Built with