Skip to main content
GET
/
tasks
/
statistics
/
totals
{
  "results": {
    "new": 123,
    "processing": 123,
    "finished": 123,
    "failed": 123,
    "skipped": 123
  }
}
{
"status": "<string>",
"context": {},
"type": "<string>",
"title": "<string>",
"detail": "<string>",
"violations": [
{
"title": "<string>",
"propertyPath": "<string>",
"type": "<string>"
}
]
}

Query Parameters

filter
string

Apply search criteria

dateFrom
string<date>

Date from

dateTo
string<date>

Date to

space
string

Space Identifier

Response

Success

results
object