Chunk #446
Aus: API (Index: 3)
69
Tokens
Synced
Status
Taxonomie
| Kategorie | API |
|---|---|
| Pfad | API > API-Referenz > Response |
| Heading-Pfad | API > API-Referenz > GET /api/v1/tasks > Query-Parameter > Response |
Entities
| Name | Typ |
|---|---|
| API Request | SERVICE |
| Task | CONCEPT |
| JSON Response | TECHNOLOGY |
Keywords
Inhalt
{
"success": true,
"data": [
{
"id": 1,
"uuid": "abc-123-...",
"title": "Analyse durchführen",
"type": "ai_task",
"status": "pending",
"created_by": "root",
"created_at": "2025-12-20 10:00:00"
}
],
"meta": {
"total": 42,
"limit": 10,
"offset": 0
}
}Clean Content
```
`{
"success": true,
"data": [
{
"id": 1,
"uuid": "abc-123-...",
"title": "Analyse durchführen",
"type": "ai_task",
"status": "pending",
"created_by": "root",
"created_at": "2025-12-20 10:00:00"
}
],
"meta": {
"total": 42,
"limit": 10,
"offset": 0
}
}`
```
Metadaten
| Analysiert am | 20.12.2025 12:38:45 |
|---|---|
| Analyse-Modell | gemma3:4b-it-qat |
| Embedding-Modell | mxbai-embed-large |
| Qdrant-ID | 5c681334-2a8d-477f-a55d-b92e19b49ca4 |
| Erstellt | 20.12.2025 12:34:42 |
| Aktualisiert | 20.12.2025 12:53:36 |