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
    }
  ]
}

Query Parameters

filter
string

Apply search criteria

space
string

Space Identifier

Response

Success

metadata
object
results
object[]