curl --request GET \
--url https://app.aseed.ai/custdev/agent/threads/{thread_id}/history \
--header 'Authorization: Bearer <token>'[
{
"id": "<string>",
"thread_id": "<string>",
"message_type": "user",
"content": "<string>",
"parts": [
{}
],
"llm_model": "fast",
"mode": "normal",
"created_at": "2023-11-07T05:31:56Z"
}
]Get message history for an agent thread.
Path params:
Returns:
curl --request GET \
--url https://app.aseed.ai/custdev/agent/threads/{thread_id}/history \
--header 'Authorization: Bearer <token>'[
{
"id": "<string>",
"thread_id": "<string>",
"message_type": "user",
"content": "<string>",
"parts": [
{}
],
"llm_model": "fast",
"mode": "normal",
"created_at": "2023-11-07T05:31:56Z"
}
]Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
user, assistant fast, thinking normal, interview_guide, research_context, documentation Was this page helpful?