Returns the total number of task items
GET/task/status
Returns the total number of task items
Responses
- 200
- 500
A JSON object containing the total number of task items.
- application/json
- Schema
- Example (from schema)
Schema
total_items integer
The total number of task items.
{
"total_items": 42
}
Error retrieving total number of task items.
- application/json
- Schema
- Example (from schema)
Schema
error stringrequired
A description of the error that occurred.
details string
Additional details about the error, specifying which component failed.
code integerrequired
The error code.
{
"error": "Failed to retrieve system status.",
"details": "Failed to get hostname due to network timeout.",
"code": 500
}
Loading...