ReferenceV1
List Threads
List chat threads for the current user.
Query Parameters
limit?integer
Default
20Range
1 <= value <= 100cursor?|
Header Parameters
authorization?|
X-API-Key?|
Cookie Parameters
vai_token?|
Response Body
application/json
application/json
curl -X GET "https://loading/api/v1/chat/threads"{
"items": [
{
"createdAt": "2019-08-24T14:15:22Z",
"id": "string",
"lastMessageAt": "2019-08-24T14:15:22Z",
"lastTurnId": "string",
"metadata": {},
"systemPrompt": "string",
"title": "string",
"updatedAt": "2019-08-24T14:15:22Z"
}
],
"nextCursor": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}