Messages
{
"success": true,
"error": "<string>",
"tasks": {
"id": 123,
"display_id": 123,
"command_name": "<string>",
"params": "<string>",
"status": "<string>",
"completed": true,
"callback_id": 123,
"timestamp": "<string>"
}
}{
"task_id": 123,
"command_name": "<string>",
"completed": true,
"callback_id": 123
}Websockets
Mythic_rpc_task_search
Search tasks
WSS
mythic_rpc_task_search
Messages
{
"success": true,
"error": "<string>",
"tasks": {
"id": 123,
"display_id": 123,
"command_name": "<string>",
"params": "<string>",
"status": "<string>",
"completed": true,
"callback_id": 123,
"timestamp": "<string>"
}
}{
"task_id": 123,
"command_name": "<string>",
"completed": true,
"callback_id": 123
}Task Search Response
type:object
Response for task search operation
Task Search Request
type:object
Search for tasks
⌘I