200 Successful Response, schema: #/components/schemas/CategoryListResponse
{
"items": [
{
"id": "uuid",
"name": "Electronics/IT-Devices/Laptops",
"user_id": "uuid",
"top_category": null,
"path": ["Electronics", "IT-Devices", "Laptops"],
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z"
}
],
"pagination": {
"total": 42,
"skip": 0,
"limit": 100,
"returned": 1,
"has_prev": false,
"has_next": false,
"next_skip": null,
"prev_skip": null
}
}
422 Validation Error, schema: #/components/schemas/HTTPValidationError
{
"detail": [
{"loc": ["query", "field_name"], "msg": "Field required", "type": "missing"}
]
}