> ## Documentation Index
> Fetch the complete documentation index at: https://yunbot-c8d18790.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# 获取历史任务信息



## OpenAPI

````yaml GET /history
openapi: 3.0.1
info:
  title: 个人项目
  description: ''
  version: 1.0.0
servers:
  - url: http://localhost:8188
security: []
tags: []
paths:
  /history:
    get:
      tags: []
      summary: /history
      parameters: []
      requestBody:
        content:
          application/json:
            schema:
              type: object
              properties: {}
            example:
              prompt_id: 697a27ec-4aae-42df-af67-be07de631b0c
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties: {}
          headers: {}
      deprecated: false
      security: []

````