Skip to main content
GET
/
thread
/
timelines
获取时间线
curl --request GET \
  --url https://api.kira.art/thread/timelines \
  --header 'Authorization: Bearer <token>'
{
  "timelines": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "resourceId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "threadId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "title": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "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

Response

200 - application/json

时间线数据

timelines
object[]