Skip to main content
GET
/
tasks
/
statistics
{
  "metadata": {
    "totalCount": 123
  },
  "results": [
    {
      "identifier": "<string>",
      "spaceIdentifier": "<string>",
      "date": "2023-12-25",
      "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

space
string

Space Identifier

Response

Success

metadata
object
results
object[]