Aller au contenu

get_project_task

Read ONE task in full - its Markdown description, commands, agent_prompt, payload, status and history. Address it by its uuid (from list_project_tasks). Use this to understand what to do before acting. READ-ONLY, 0 credits. Unknown id is a 404.

NomTypeDescription
project_uuidstringoptionnelProject UUID. Required when multiple projects are configured (SONENTA_PROJECTS); defaults to the single configured project otherwise.
task_idstringrequisThe task's uuid or its short per-project number.
{
"tool": "get_project_task",
"arguments": {
"task_id": "<task_id>"
}
}