curl --request GET \
--url https://app.aseed.ai/custdev/insight/{rec_id}/chat/threads/ \
--header 'Authorization: Bearer <token>'{
"threads": [
{
"thread_id": 123,
"thread_name": "<string>",
"message_count": 123,
"last_message_at": "2023-11-07T05:31:56Z"
}
]
}curl --request GET \
--url https://app.aseed.ai/custdev/insight/{rec_id}/chat/threads/ \
--header 'Authorization: Bearer <token>'{
"threads": [
{
"thread_id": 123,
"thread_name": "<string>",
"message_count": 123,
"last_message_at": "2023-11-07T05:31:56Z"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.aseed.ai/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?