Servers
https://api.memnetai.com/
View the complete information of the specified thinking task
GET
think/task/detail
Retrieve and return information for a single thinking task
heat: 2 points
Parameters
Header Parameters
Authorization
API key token
Typestring
Example
"Token <api-key>"Query Parameters
taskId
Typestring
Responses
application/json
{
"code": "string",
"msg": "string",
"data": {
"taskId": "string",
"topicContext": "string",
"rounds": 0,
"memoryAgentName": "string",
"projectId": "string",
"userId": "string",
"memoryAgentId": "string",
"currentTimestamp": "string",
"serviceCallLogId": "string"
}
}