Skip to main content
GET
/
tasks
/
statistics
/
environment
/
time_series
{
  "results": [
    {
      "date": "<string>",
      "new": 123,
      "processing": 123,
      "finished": 123,
      "failed": 123,
      "skipped": 123
    }
  ]
}

Query Parameters

filter
string
required

Apply search criteria

aggregation
enum<string>
default:monthly

Aggregation level for the task statistics

Available options:
daily,
weekly,
monthly,
yearly

Response

Success

results
object[]