Skip to main content
GET
/
version
/
versions
/
{threadId}
获取版本列表
curl --request GET \
  --url https://api.kira.art/version/versions/{threadId} \
  --header 'Authorization: Bearer <token>'
{
  "versions": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "resourceId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "threadId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "messageId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "images": [
        {
          "imageId": "<string>",
          "url": "<string>",
          "blurUrl": "<string>",
          "thumbUrl": "<string>",
          "width": 123,
          "height": 123,
          "toolCallId": "<string>",
          "toolName": "<string>",
          "seed": 123,
          "prompt": "<string>"
        }
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

Supabase JWT Token

Path Parameters

threadId
string<uuid>
required

Response

200 - application/json

版本列表

versions
object[]