API

/ki-tasks/ki-tasks-api

1 Tiefe
9 Chunks
0 Unterseiten

Chunks

Index Kategorie Tokens Status Analysiert Inhalt
#0 API 64 synced 20.12.2025 12:38 MethodeEndpointBeschreibung GET/api/v1/tasksListe aller Tasks GET/api/v1/tasks/{id}Task...
#1 API 66 synced 20.12.2025 12:38 MethodeEndpointBeschreibung POST/api/v1/tasks/{id}/assignTask zuweisen PUT/api/v1/tasks...
#2 API 60 synced 20.12.2025 12:38 ParameterTypBeschreibung statusstringpending, in_progress, completed, failed, cancelled ...
#3 API 69 synced 20.12.2025 12:38 { "success": true, "data": [ { "id": 1, "uuid": "abc-123-...", "title": "A...
#4 API 93 synced 20.12.2025 12:38 { "title": "Analyse durchführen", // required "description": "Details...", // ...
#5 API 61 synced 20.12.2025 12:38 { "assignee": "ollama", // required "assignee_type": "ollama", // r...
#6 API 60 synced 20.12.2025 12:38 { "executor_type": "ollama", // optional: ollama, anthropic_api "model": "mistral", ...
#7 API 67 synced 20.12.2025 12:38 { "success": true, "data": { "id": 1, "task_id": 2, "executor": "ollama", "model...
#8 API 61 synced 20.12.2025 12:38 // 400 Bad Request { "success": false, "error": "Title is required" } // 404 Not Found { "suc...