Retrieves the most recent conversation threads associated with the current user.
curl --request GET \
--url https://production-storytell-ai-platfor-cds2.encr.app/v1/navigate/recent/threads
{
"code": "<string>",
"data": {
"pagination": {
"count": 1,
"currentPage": 1,
"firstRecordOnPage": "<string>",
"hasNextPage": true,
"hasPreviousPage": true,
"lastRecordOnPage": "<string>",
"limit": 1,
"offset": 1,
"totalPages": 1
},
"result": {
"collections": {},
"entities": [
{
"actions": [
"<string>"
],
"collectionIds": [
[
127
]
],
"data": {
"createdAt": "2023-11-07T05:31:56Z",
"createdBy": [
127
],
"etag": "<string>",
"label": "<string>",
"lifecycleState": "<string>",
"messageCount": 123,
"modifiedAt": "2023-11-07T05:31:56Z",
"organizationId": [
127
],
"tenantId": [
127
],
"threadId": [
127
],
"version": 123
},
"flags": [
[
"<string>"
]
]
}
]
}
},
"details": {
"consumption": {
"units": 123
},
"operation": {
"duration": 123,
"operationId": "<string>"
}
},
"done": true,
"eventKey": "<string>",
"message": "<string>"
}
Limit is the number of items to return.
x >= 0
Offset is the number of items to skip.
x >= 0
Sort is a CSV of fields to sort by. Prefix with "-" for descending order.
Success response
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://production-storytell-ai-platfor-cds2.encr.app/v1/navigate/recent/threads
{
"code": "<string>",
"data": {
"pagination": {
"count": 1,
"currentPage": 1,
"firstRecordOnPage": "<string>",
"hasNextPage": true,
"hasPreviousPage": true,
"lastRecordOnPage": "<string>",
"limit": 1,
"offset": 1,
"totalPages": 1
},
"result": {
"collections": {},
"entities": [
{
"actions": [
"<string>"
],
"collectionIds": [
[
127
]
],
"data": {
"createdAt": "2023-11-07T05:31:56Z",
"createdBy": [
127
],
"etag": "<string>",
"label": "<string>",
"lifecycleState": "<string>",
"messageCount": 123,
"modifiedAt": "2023-11-07T05:31:56Z",
"organizationId": [
127
],
"tenantId": [
127
],
"threadId": [
127
],
"version": 123
},
"flags": [
[
"<string>"
]
]
}
]
}
},
"details": {
"consumption": {
"units": 123
},
"operation": {
"duration": 123,
"operationId": "<string>"
}
},
"done": true,
"eventKey": "<string>",
"message": "<string>"
}