curl --request POST \
--url http://api.superwize.ai/api/chat/getLatestDeepResearchRun \
--header 'Content-Type: application/json' \
--data '
{
"conversationId": "conv_01JHKYW2V8XQ123456789"
}
'{
"responseId": "resp_01JHKYW6J6AB123456789",
"status": "active",
"error": "Upstream provider timed out",
"updatedAt": 1767225600000,
"completedAt": 1767229200000,
"terminalNotifiedAt": 1767229260000
}Returns latest deep-research run for a conversation, including refreshed status when still running.
curl --request POST \
--url http://api.superwize.ai/api/chat/getLatestDeepResearchRun \
--header 'Content-Type: application/json' \
--data '
{
"conversationId": "conv_01JHKYW2V8XQ123456789"
}
'{
"responseId": "resp_01JHKYW6J6AB123456789",
"status": "active",
"error": "Upstream provider timed out",
"updatedAt": 1767225600000,
"completedAt": 1767229200000,
"terminalNotifiedAt": 1767229260000
}