Skip to main content
GET
/
reporting
/
routes
{
  "metadata": {
    "totalCount": 123
  },
  "results": [
    {
      "identifier": "<string>",
      "name": "<string>",
      "stats": {
        "new": 123,
        "processing": 123,
        "skipped": 123,
        "finished": 123,
        "failed": 123
      }
    }
  ]
}

Query Parameters

from
string

Start date

to
string

End date

route
string

Route identifier

space
string

Space Identifier

Response

A list of stats per route

metadata
object
results
object[]