Servers
https://api.memnetai.com/
View complete information for specified dream tasks
GET
dream/task/detail
Retrieve and return information for a single dream task
heat:2 points
Parameters
Header Parameters
Authorization
API key token
Typestring
Example
"Token <api-key>"Query Parameters
taskId
Task ID
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"
}
}